Skip to main content

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 ciphered.')
x.caeser(shift=3)
print(f"Message: {x.plaintext}")
print(f"Enciphered Message: {x.creation}")

Sample Output

Message: Sentence to be ciphered.
Enciphered Message: Vhqwhqfh wr eh flskhuhg.

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.3.0.tar.gz (12.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page