You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create caesarcipher.py
This is a simple example of a Caesar Cipher for Hacktoberfest- this is my first-ever pull request! :)
* Updated README to include program in list
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ More information on contributing and the general code of conduct for discussion
41
41
| Autocomplete Notes App |[AutoCert](https://github.com/DhanushNehru/Python-Scripts/tree/master/Autocomplete%20Notes%20App)| A Python script to auto-generate e-certificates in bulk. |
42
42
| Automated Emails |[Automated Emails](https://github.com/DhanushNehru/Python-Scripts/tree/master/Automate%20Emails%20Daily)| A Python script to send out personalized emails by reading a CSV file. |
43
43
| Black Hat Python |[Black Hat Python](https://github.com/DhanushNehru/Python-Scripts/tree/master/Black%20Hat%20Python)| Source code from the book Black Hat Python |
44
-
| Blackjack |[Blackjack](https://github.com/DhanushNehru/Python-Scripts/tree/master/Blackjack)| A game of Blackjack - let's get a 21. |
44
+
| Blackjack | [Blackjack](https://github.com/DhanushNehru/Python-Scripts/tree/master/Blackjack) | A game of Blackjack - let's get a 21.
45
+
|Caesar Cipher |[Caesar Cipher](https://github.com/rusty-bytes7/Python-Scripts/blob/e94c8b52d313dc0d66b9ed0b55032c4470f72475/caesarcipher.py)| A Python script to encrypt messages using the Caesar cipher. |
45
46
| Chessboard |[Chessboard](https://github.com/DhanushNehru/Python-Scripts/tree/master/Chess%20Board)| Creates a chessboard using matplotlib. |
46
47
| Compound Interest Calculator |[Compound Interest Calculator](https://github.com/DhanushNehru/Python-Scripts/tree/master/Calculate%20Compound%20Interest)| A Python script to calculate compound interest. |
47
48
| Countdown Timer |[Countdown Timer](https://github.com/DhanushNehru/Python-Scripts/tree/master/Countdown%20Timer)| Displays a message when the Input time elapses. |
0 commit comments