This project is about building a Signin and Signup forms with Python(Tkinter) and MYSQL. These forms allows users to fill their details and those details will be stored in MYSQL database. When user tries to login with their details those details will be compared to the data which is already stored in database. If the data matches the user will be loggedin successfully else the user needs to signup.
- Label
- Entry
- Button
- messagebox
- Firstly you need to have a Python 3.x in your PC, you can download here
- You have to setup MYSQL database
- Next you have to install mysql.connector, for that go to command promt and use this command