Console based login and registration app using bcrypt and MySQL.
- Download this project as zip and extract it.
- install bcrypt and MySQL.
pip install bcrypt- Change the options in setup.py to your liking.
- Change the database settings in main.py.
- Run main.py.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.