A CLI cipher app implementing ROT13 and ROT47 algorithms to encode/decode given text, with possibility to save to file.
- Encoding text with ROT13/47
- Decoding text with ROT13/47
- Showing current changed text
- Possibility to save to JSON file
- Possibility to read saved file
- Python 3.10
- Pytest