Skip to content

Kaya66/BinaryMorsePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Binary-Morse-Converter

Binary More Encode/Decode Please ignore this. This code was written first year of college. should not be used at all for examples or anything.

Project Explination

in morse, you can write out any standard letters and numbers with a max of 5 dots or dashes.

in binary we have 8 digits that are addrssable in a byte.

split up a byte into 5 and 3. 00000 / 000

the 3 on the right tell you how many digits on the left you need to pay attention to.

The letter C written out in this method would be 01010100 01010 / 100

0 = dash / 1 = dot

the three digits on the right read out 4 so you read the 5 on the left starting left to right. and read the first 4.

-.-. = C

any trailing zero's past what you need to pay attention to can be safely ignored.

About

a tool to convert binary to morse code with a translation script i crated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages