Skip to content

Login/Authentication Form GUI using Files and Tkinter in Python

Notifications You must be signed in to change notification settings

mnishok/Login-Form-using-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Login Form using Files

This project Login Form in File Handling is a implementation of files concept, written in Python. The package 'Tkinter' is used to make this into an GUI.

This project aims at three tasks, viz.,

  1. Registration
  2. Login/Logout
  3. Retrieve Password

Registration: When the user chose registration, the program gets email address and password in the registration form and validate and write(append) the credentials in a text file if they're a valid one. Else, the program throws an error message.

Login/Logout: This functionality gets credentials from the user and match it with the pre-saved values. The user will be logged in if the credentials match.

Retrieve Password: This operation gets the email address from the user and helps to retrieve the password.

dashboard

About

Login/Authentication Form GUI using Files and Tkinter in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages