Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ Simple GUI program which helps you calculate your expenses, monitor them just th
```bash
python expense_manger.py
```
### Caesar Cipher
Encrypts or Decrypts any message you want, simply enter the message and the rotation number
```bash
python caesar_cipher.py
```

## Release History

Expand Down Expand Up @@ -180,4 +185,5 @@ The following people helped in creating the above content.
* <a href="https://github.com/Pradhvan">Pradhvan Bisht</a>
* <a href="https://github.com/toonarmycaptain" target="_blank">David Antonini</a>
* <a href="https://github.com/vigov5" target="_blank">Nguyen Anh Tien</a>
*<a href="https://github.com/akshitgrover" target="_blank">Akshit Grover</a>
* <a href="https://github.com/akshitgrover" target="_blank">Akshit Grover</a>
* <a href="https://github.com/Sharanpai" target="_blank">Sharan Pai</a>