0
Tkinter and mysql.connector sign in window
I want to make a a sample program which uses tkinter and mysql.connector modules to create a sign in window that asks for email and passwd, and use database to welcome the user by displaying "welcome, <username>", and if the email doesn't exist open a sign up window and add the username email and passwd into database.
1 Answer
+ 4
Firstly show your attempt.
You have to just read and check if user entered details match in your database