A simple command line program use to encipher/decipher text to/from Caesar Cipher.
Project description
Julius Cipher - Python Edition
A simple program use to Encipher/Decipher text to/from Caesar Cipher or Vigenere Cipher. And yes, there are more versions of this program from other programming languages.
Installation
- Install Python 3.x from here. (Ignore if you already have Python 3.x installed)
-
Open terminal, run:
pip install julius_cipher
Usage
-
Open terminal, run:
caesar -
Alternatively, in a Python file (*.py), you can do:
from julius_cipher import main main()
To use the program.
-
Similarly, you can do:
<<<<<<< HEAD from julius_cipher import Caesar
Or:
from julius_cipher import Vigenere ======= from julius_cipher.main import Caesar >>>>>>> b680a6002ac55c8156d31260f848d5ea36990603
To use the ciphering functions.
Changelog
Version 4.0: Added support for Vigenere Cipher.
Requirement(s)
- Python 3.x
- Ziz's Utilities.
Note(s)
- While the input from file mode support pretty much any file type, anything other than plain text files (*.txt,...) could cause the program to freeze up (e.g *.exe,...) so avoid inputting those.
License
This project is licensed under the GNU General Public License 3.0, check LICENSE for more details.
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
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 julius_cipher-4.1.0.tar.gz.
File metadata
- Download URL: julius_cipher-4.1.0.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab45d20e2aa6203cc940537bc2d20e026f9ee9f71b21d76f15384e1dc8d3e24b
|
|
| MD5 |
ce359233ff7e412e3a7953fe5de0f46f
|
|
| BLAKE2b-256 |
d57468bace650582050d8e96fe3d01e998abbbe37c5162e9db824fe16afb767c
|
File details
Details for the file julius_cipher-4.1.0-py3-none-any.whl.
File metadata
- Download URL: julius_cipher-4.1.0-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b50f8e85ec3014c2f02d467d14b54b2e303b8f9c22239e85322d7a529f7b5137
|
|
| MD5 |
b545cbc1552519c577ae9771f73d1d53
|
|
| BLAKE2b-256 |
7a2ba52d4521b674b3f20003a6dd0f18470e312e61e8a7b05ab3a89f83d78a27
|