File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,27 @@ A Caesar Cipher encryption and decryption tool
55NOTE: You must have python installed on your pc to be able to use this tool.
66- <a href =" https://realpython.com/installing-python/ " >_ Guide_ </a > to install and setup python
77
8- ## On PC
8+ ## On Windows PC
99- Download the <a href =" https://github.com/HybridCodes/Caesar-Cipher-Algorithm/releases/latest " >_ file_ </a >
10- - Extract it into a folder
10+ - Locate the ` .zip ` file
11+
12+ <img src =" Capture1.PNG " >
13+ - Right-click on the file and click Extract to "caesar_cipher\\ ".
1114- Open command prompt and navigate to the folder in which you extracted the file
15+ ``` bash
16+ # Command Prompt
17+
18+ # Hit enter after typing each command to execute the command
19+
20+ C:\U sers\y our_name> cd Downloads # To navigate to the Downloads folder
21+
22+ C:\U sers\y our_name\D ownloads> dir # To see the items in the Downloads folder
23+ caesar_cipher
24+
25+ C:\U sers\y our_name\D ownloads> cd caesar_cipher
26+
27+ C:\U sers\y our_name\D ownloads\c aesar_cipher> py caesar_cipher.py
28+ ```
1229
1330## On Android
1431- Download <a href =" https://play.google.com/store/apps/details?id=com.termux&hl=en_US&gl=US " >_ Termux_ </a > from the play store
You can’t perform that action at this time.
0 commit comments