Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 445 Bytes

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.