Tkinter and mysql.connector sign in window | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

14th Apr 2021, 7:54 AM
Mr Pesky Furball
Mr Pesky Furball - avatar
1 Answer
+ 4
Firstly show your attempt. You have to just read and check if user entered details match in your database
19th Apr 2021, 7:54 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar