We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669328a commit 49a3959Copy full SHA for 49a3959
README.md
@@ -1,11 +1,13 @@
1
# Caesar Cipher CLI
2
Caesar Cipher in the command line made in Python.
3
4
-A small little program I created for my school's Computer Science class homework assignment.
+Originally made for my school's computer science class homework assignment, but expanded to include extra features.
5
+
6
+## Features
7
8
## Usage
-### Either:
9
+### Local
10
- Download `Python 3.X.X` and `main.py` and run `main.py`
11
-### Or:
12
+### Online
13
- Open this link in your browser: **https://onlinegdb.com/IRGQKi8Mt** and click the `Run` button
0 commit comments