Skip to content

Commit cc08e0c

Browse files
authored
Update README.md
Signed-off-by: de_soot <[email protected]>
1 parent 8a37c94 commit cc08e0c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Caesar Cipher CLI
2-
Caesar Cipher in the command line made in Python.
2+
Caesar Cipher in the command-line made in Python.
33

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

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

813
## Usage
914
### Local

0 commit comments

Comments
 (0)