pythonDbLogin
python login/signup functionality interact with MySQL database
-
Runing Instruction:
- Clone the repository
- Go to the project folder
- run command
python Login.py
-
Extra packages Needed:
- mysql
- mysql.connector
- Run the following command to install mysql-connector:
sudo pip install mysql-connector
- Run the following command to install mysql-connector: