The Caesar cipher project allows you to encrypt or decrypt the text entered by the user and then write to a .json file. This project also allows you to read data from a .json file after the file has been properly prepared. Possible encryption types are rot13 and rot47.
- Python 3.11
- pre-commit
- Download project using Code button and choose Download ZIP option or clone the project.
- Extract files if you download zip file.
- Open caesar_cipher-main folder as a project.
- Create virtual environment in IDE terminal with command "python -m venv venv_name" where venv_name is a name of created virtual environment.
- Execute venv/scripts/activate where venv is the name of created virtual environment.
- If you want to add new features please install requirements from txt file by executing pip install -r requirements.txt in terminal.
- Open main.py file and run program.
03.07.2023 - Release project
Contact to author of project
gmail: [email protected]
linkedin: https://www.linkedin.com/in/mateuszszymaniak/