Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: de_soot <[email protected]>
  • Loading branch information
de-soot authored Jun 13, 2024
1 parent 8a37c94 commit cc08e0c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Caesar Cipher CLI
Caesar Cipher in the command line made in Python.
Caesar Cipher in the command-line made in Python.

Originally made for my school's computer science class homework assignment, but expanded to include extra features.
Originally made for my school's computer science class homework assignment, but expanded upon to include extra features for fun.

## Features
- Classic Caesar Cipher encryption gameplay
- Customisable encryption key
- Works for both capital and lowercase letters and numbers (alphanumeric)
- Cycles back if out of bounds (e.g.: Z + 1 -> A ; 9 + 1 -> 0)
- Decryption supported by inputting the negative of encryption keys

## Usage
### Local
Expand Down

0 comments on commit cc08e0c

Please sign in to comment.