No project description provided
Project description
Gravity Falls Ciphers
A Python package for encoding and decoding text inspired by the cryptographic mystery-solving elements of the TV show Gravity Falls.
What is this?
gravityfalls_ciphers is a lightweight and educational Python package that lets you:
- Encrypt and decrypt messages using famous classical ciphers.
- Understand how each cipher manipulates text.
- Integrate cipher utilities into games, puzzles, learning platforms, or fun coding projects.
Installation
Currently, this package is not available on PyPI. To use it:
pip install gravityfalls-ciphers==0.0.1
Usage
from gravityfalls_ciphers import GFCipher
cipher = GFCipher()
ciphered_text = cipher.caesar_encode("WELCOME TO GRAVITY FALLS")
print(ciphered_text)
# Output: ZHOFRPH WR JUDYLWB IDOOV
References
https://gravityfalls.fandom.com/wiki/List_of_cryptograms/Episodes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gravityfalls_ciphers-0.0.2.tar.gz.
File metadata
- Download URL: gravityfalls_ciphers-0.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
269b9ca2e01262392a28ff5b551f3aa4a2654663aa069b139316d56b1434c508
|
|
| MD5 |
ef26aa43e1ecba0579650fe26341b405
|
|
| BLAKE2b-256 |
e1cd6e61c41d83257e04bae6d70f59bf08f3d2e32eeb7b4ac51dee0ea5b5ff7a
|
File details
Details for the file gravityfalls_ciphers-0.0.2-py3-none-any.whl.
File metadata
- Download URL: gravityfalls_ciphers-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eef57abdfa526f4f27e523da62644322eba3410530ffb0893e715385ee1a0182
|
|
| MD5 |
84e9f0722d10cba995e1ee2603a0c305
|
|
| BLAKE2b-256 |
468bdf3d6e0066bfdf2ca348d5d54f9bc51138233542863e27de1ed656d45fff
|