You can install pyciphering with pip as follows:
pip install pyciphering
import pyciphering
Printing encoded and decoded text is incredibly easy:
print(pyciphering.atbash.encode("Hello world!"))
print(pyciphering.atbash.decode("ZYX"))
- atbash
- caesar
- viegenere
- bifid
- trifid
- polybius