Skip to content

wasi0013/brainfry

Repository files navigation

#BRAIN FRY

encrypts text to emoji and decrypts brainfry encrypted emojis to text.

####demo

##powered by:

##Test using Virtualenv

  • clone the repo
  • cd to the repo directory
  • pip install virtualenv (only if virtualenv is not already installed)
  • virtualenv -p /usr/bin/python3.5 .env (create virtual environment)
  • source .env/bin/activate (activate the virtual environment )
  • pip install -r requirements.txt (install dependencies)
  • python3 manage.py runserver (run the server)
  • Test the app via browser typically at http://localhost:8000

##note Inspired by firefox codemoji