This project is a login / registration project
Use the package manager pip to install mysql-connector-python.
pip install mysql-connector-pythonor run "pip install.bat"
after that, right click on "databaseInfo.py" and click edit, in the file you will see: "host", "username", "password", basically enter your database's info.
once done run "setup.py" and type "1" to create the required things for the login / registration project
run "login system.py", you will be asked to either choose 1 or 2, 1. will ask you to log in, 2. will make you a new account, in the first time you open this file you want to pick 2 because you dont have any accounts yet, after you created your account, you will be asked to log in, just put in your username and password and that it!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.