Introduction

This is a simple login and register desktop application using Python 3.7 Tkinter and MySQL Database server. For MySQL, the database server XAMPP version 3.2.4 is used.

The latest version of XAMPP or MySQL Database server can be used.

Mysql.connector is used after downloading and installing it for connecting to the MySQL Database Server.

After running the application, the login window shown below opens up. This is where registered users can log in by entering username and password. A new user has to register to log in by clicking the NewUser!Register Button.

#python #python 3 #mysql #database

Simple Register and Login Application using Python 3 and MySQL Database Server
62.65 GEEK