Create ciphers or random strings for DnD players to try and read aloud for the group.
Project description
CrypticCreations
Create ciphers or random strings for DnD players to try and read aloud for the group.
RandomCreation
Usage
import CrypticCreations
x = CrypticCreations.RandomCreation()
x.paragraph()
x.sprinkle_words(additional_words=['WORDs', 'THAT', "WONT", "CHANGE"])
print(f'{x.creation}')
Sample Output
Lzquwzyuwi zot rqieeuue etouzyij WORDs erpaxupeh. Nwpeb axfixse THAT Clgu zheihyaa mrdak jleasleu WONT gueoqovexa. Bcsuiraz iwfuzytek CHANGE emeoxawkja.
CipherCreation
Usage
import CrypticCreations
x = CrypticCreations.CipherCreation(plaintext='Sentence to be enciphered.')
x.caeser(shift=3)
print(f"Message: {x.plaintext}")
print(f"Enciphered Message: {x.creation}")
Sample Output
Message: Sentence to be enciphered.
Enciphered Message: Vhqwhqfh wr eh hqflskhuhg.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CrypticCreations-0.2.4.tar.gz
(11.6 kB
view hashes)