This program is a version of the Caesar Cypher using Python 3. It works!!! If you want to send a message (✉️) to somebody and you dont want somebody_else_that_doesnt_know_nothing_about_cyphers_programming_or_internet to know what your ✉️ says, you can use this program. If you want to know more about the Caesar Cypher itself, watch the next video (click on the screen below).
Get a copy of the project by copying the three python files located in the folder named python_format_files (the ones that end in .py) and save them in Notepad with a .py extension in the same folder in your computer. For running the project on your computer please see the Instructions below.
You would have to have an IDE (Interface Development Environment) software that lets you execute Python files in your computer. The python IDE is free and can be directly downloaded from the python website here.
link: https://www.python.org/downloads/release/python-363/
Watch video with instructions (click on image below).

link: https://youtu.be/ezf69cKpxjE
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Luis Orozco - Initial work - LuisOC89
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- I wouldnt have created this code without LaunchCode Tampa Fall 2017. Thanks for the knowledge and the good ideas.
- I would like to thank @NickeManarin. His project @NickeManarin/ScreenToGif helped me to convert a video to a .gif image. Thanks!
- I would like to thank @roachhd. Her project @roachhd/README.md helped me to insert emojis in my readme.md file. Thanks!