Skip to content

TheGigaDev/BinaryASCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

BinaryASCII

Simple tool to manually translate 8 bit binary to ASCII.

Use:

  • Advanced checks for binary validity.
  • Capable of accepting binary in any format!
  • Simple command line use.

Start:

  • Download Python 3.9 +
  • Download the script.
  • Get to the file location on your machine using a terminal.
  • Run: python main.py your_binary_sequence

Help:

  • Each binary character must be 8 bits maximum.
  • This script converts binary to ASCII.

About

Simple tool to translate 8 bit binary to ASCII.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages