GUI for the final project for CSE 7339
- Install Django 1.10.3 on your system by running
pip install djangoorpython -m pip install django - Install pycrypto 2.6.1 on your system by running
python -m easy_install http://www.voidspace.org.uk/python/pycrypto-2.6.1/pycrypto-2.6.1.win32-py2.7.exe - Install django-bootstrap3 by running
pip install django-bootstrap3
Run the application by navigating to the application directory and running python manage.py runserver