Skip to content

Commit e298632

Browse files
committed
Update README.md
1 parent b822a7c commit e298632

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Caesar-Cipher-Algorithm
22
A Caesar Cipher encryption and decryption tool
33

4+
[![Updated Badge](https://badges.pufler.dev/updated/codebytesz/Caesar-Cipher-Algorithm)](https://badges.pufler.dev)
5+
46
# Usage
57
NOTE: You must have python installed on your pc to be able to use this tool.
68
- <a href="https://realpython.com/installing-python/">_Guide_</a> to install and setup python
@@ -39,6 +41,7 @@ $ pkg install python
3941
$ pkg install pip
4042
$ pkg install git
4143
$ pip install --upgrade pip
44+
$ pip install colorama
4245
$ termux-setup-storage # Allow access to storage
4346
$ cd storage
4447
$ dir # Execute this command to see the list of items in the directory you're currently in
@@ -62,6 +65,7 @@ $ python caesar_cipher.py # This command starts the program
6265

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

0 commit comments

Comments
 (0)