Simple CLI to help decipher monoalphabetic ciphers
python3 MonoSub.py <text file to decipher>
- Simple UI showing text and deciphered text.
- Count character frequencies.
- Save your solution and load them later.
add <source> <dest>adds transformation rule from each character insourceto each character indest. For example,add abc thechangesatot,btoh, andctoe.remove <char>resets one character at a time.clearclears the screen and print the message again.resetresets all characters.frequencyshows the frequency of all characters.autofreq (on/off)turns auto printing of character frequency on or off.summarysummarises all transformation rules.savesaves transformation rules into a pickle file.loadloads transformation rules from a pickle file made bysavecommand.quitorexitquits. Much easier thanvim.