This is a basic text converter that can change any of the below text formats into one another.
- standard text (refered to as asci)
- decimal asci code
- hex asci code
- dinary asci code
- morse code
main.py is just the functions that do the convertion, and Command.py is this function wrapped into a selfcontained command line style programm.