Skip to content

This SignUp-Signin forms made up of Python(Tkinter) and MYSQL.

Notifications You must be signed in to change notification settings

LasyaGanesuni/signup-signin-tkinter-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Project Title

Login Database Management System.

Overview

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.

Screenshots

Here when a new user tries to login, it throwed an error.

login1

Here the user registered and tried to log in, then the user successfully loggedin!

login2

Widgets used

The widgets used in development of this frontend are

  • Label
  • Entry
  • Button
  • messagebox

Prerequisites

  • 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

pip3 install mysql-connector

Contributor

@LasyaGanesuni

Releases

No releases published

Packages

No packages published

Languages