Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Description:

  • This small project will contain features of login and signup systems as we saw in your daily life.
  • Using this project, you will come to know a little information about how the login systems of all websites/applications work.
  • In this, we are going to make a Login System in Tkinter Python.
  • For this project, you need to have the Tkinter module.

Procedure:

from tkinter import *
import tkinter.messagebox as tsmg
  • First after importing modules, we will then initialise tkinter
  • Then we have created f a check() function whic take username,password and confirm password from the user.
  • After that we have made a login.txt file which store the given input and store for further login.
  • Login.txt: It is a text file which save the data inputed by the user which help the user in future login because all data are stored in that text file.
  • Another function save() which saves the username and passwords for future login and if not find it will show no user found

Sample Output:

LGM

For any query please contact:

LinkedIn