From 983c79f2d72803d5ddf4be17cbc9925a9dacfa5c Mon Sep 17 00:00:00 2001 From: Sharan Pai Date: Sat, 7 Oct 2017 03:09:22 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e96acf..eed9cad 100644 --- a/README.md +++ b/README.md @@ -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 @@ -180,4 +185,5 @@ The following people helped in creating the above content. * Pradhvan Bisht * David Antonini * Nguyen Anh Tien -*Akshit Grover +* Akshit Grover +* Sharan Pai