Python Log-In portal Mini Project

In this project, you can register a new user, and you can log-in. This python project is created in the Tkinter module, this module is one of the best and simple module for building the GUI application.

"This is a python login system with the database(MySql). In this project, I have used the Tkinter module for the GUI of the project. Before running this on your system you make sure you have a MySQL database on your system, if not then install and then create the table named "login" and column name will be "user" and "password" and now you good to go."

1 comment: