Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeuchin committed Jun 7, 2021
1 parent b822a7c commit e298632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Caesar-Cipher-Algorithm
A Caesar Cipher encryption and decryption tool

[![Updated Badge](https://badges.pufler.dev/updated/codebytesz/Caesar-Cipher-Algorithm)](https://badges.pufler.dev)

# Usage
NOTE: You must have python installed on your pc to be able to use this tool.
- <a href="https://realpython.com/installing-python/">_Guide_</a> to install and setup python
Expand Down Expand Up @@ -39,6 +41,7 @@ $ pkg install python
$ pkg install pip
$ pkg install git
$ pip install --upgrade pip
$ pip install colorama
$ termux-setup-storage # Allow access to storage
$ cd storage
$ dir # Execute this command to see the list of items in the directory you're currently in
Expand All @@ -62,6 +65,7 @@ $ python caesar_cipher.py # This command starts the program

$ pkg update && upgrade / -y
$ pkg install python
$ pip install colorama
$ termux-setup-storage # Allow access to storage
$ cd storage
$ dir # (Optional) This command is to see the list of items in the directory you're currently in
Expand Down

0 comments on commit e298632

Please sign in to comment.