Skip to content

1sis/HexaBin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hexabin

HexaBin is a number converter for binary and hexadecimal

It usefull for :

  • convert number to binary or hexadecimal
  • convert binary to hexadecimal or the opposite

How to install it ?

git clone https://github.com/1sis/HexaBin
cd HexaBin
python3 -m pip install -r requirements.txt

How to use it ?

python3 HexaBin.py -encode hex 41
python3 HexaBin.py -decode 0x64

Contributors

Dxsk : https://github.com/dxsk https://twitter.com/daihyxsk

Isis : https://twitter.com/0x1sis

Soon : v3 with :

  • more changement
  • PyPi package !