Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.34 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.34 KB

Caesar Cipher

General info

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.

Technologies

  • Python 3.11
  • pre-commit

Setup

  1. Download project using Code button and choose Download ZIP option or clone the project.
  2. Extract files if you download zip file.
  3. Open caesar_cipher-main folder as a project.
  4. Create virtual environment in IDE terminal with command "python -m venv venv_name" where venv_name is a name of created virtual environment.
  5. Execute venv/scripts/activate where venv is the name of created virtual environment.
  6. If you want to add new features please install requirements from txt file by executing pip install -r requirements.txt in terminal.
  7. Open main.py file and run program.

History

03.07.2023 - Release project

Contact

Contact to author of project
gmail: [email protected]
linkedin: https://www.linkedin.com/in/mateuszszymaniak/