Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 755 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 755 Bytes

Coding-Decoding-Python

This is a simple Python project that allows users to encode and decode secret messages with a basic algorithm.

Skills

Python

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have Python installed on your machine. You can download it from the official website: https://www.python.org/downloads/

Installing

git clone https://github.com/soubhik-111/Coding-Decoding-Python.git

Usage

To encode a message, run the following command on windows:

python Coding_Decoding.py

For Linux:

python3 Coding_Decoding.py