This is a simple Python project that allows users to encode and decode secret messages with a basic algorithm.
Python
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Python installed on your machine. You can download it from the official website: https://www.python.org/downloads/
git clone https://github.com/soubhik-111/Coding-Decoding-Python.git
To encode a message, run the following command on windows:
python Coding_Decoding.py
For Linux:
python3 Coding_Decoding.py