Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.36 KB

File metadata and controls

30 lines (25 loc) · 1.36 KB

eco-crypt

Hey there, amazing IIIT-K students! Get ready to dive into the enchanting world of eco-crypt, as we celebrate the entire month dedicated to the environment!
Your creative minds are the key to making this project truly outstanding. Take on the listed issues or unleash your imagination with unique algorithm variations. Let's encrypt text into captivating natural emojis and make this entire month a memorable journey!
🌴🌲🌳🌵 Join the fun and let your brilliance shine!

Prerequisites

  1. Python
  2. Git

Installation

  1. Download the code: git clone git@github.com:CSYClubIIITK/eco-crypt.git
  2. Move into the project folder: cd eco-crypt
  3. Install dependencies: python -m pip install -r requirements.txt
  4. Run the project: python index.py
  5. Visit http://127.0.0.1:5000

Setting up a development enviroment

  1. Fork this repo to make a remote clone of the project
  2. Visit https://github.com/<username>/eco-crypt
  3. Clone the repo through SSH by running: git clone git@github.com:<username>/eco-crypt.git
  4. cd eco-crypt
  5. Create a new local branch to work on: git checkout -b <branch name>
  6. Work on this local branch and push changes

Project Maintainers