Skip to content

GUI based User Login System using Python library Tkinter and Data Engine SQL Lite.

Notifications You must be signed in to change notification settings

mubasharaKhan/ULS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GUI- User Login System

User Login System using Python library Tkinter and Database Engine SQLite.

All of the data will be saved in the using Database engine SQLite.
New account can be create easily and can be login by the given email and password below:

- email = ali123@gmail.com

- password = helloworld

Technologies Used

  • Python Library Tkinter
  • SQLite

How to Install and Use

  • Download the files of this project.
  • Copy the folder of this project in a separate folder.

Installation of Tkinter:

  • Make sure Python and pip is preinstalled on your system.
  • Type the following commands in command prompt to check is python and pip is installed on your system. To check Python.
  • Install Tkinter. Tkinter can be installed using pip. https://www.tutorialspoint.com/how-to-install-tkinter-in-python
  • Open your complier and run the Main Program .py file.

Installation of SQLite:

  • Step 1 − Go to SQLite download page, and download precompiled binaries from Windows section.
  • Step 2 − Download sqlite-shell-win32-.zip and sqlite-dll-win32-.zip zipped files.
  • Step 3 − Create a folder C:>sqlite and unzip above two zipped files in this folder, which will give you sqlite3.def, sqlite3.dll and sqlite3.exe files.
  • Step 4 − Add C:>sqlite in your PATH environment variable and finally go to the command prompt and issue sqlite3 command, which should display the following result.

Author

Mubashara Khan

- GitHub: https://github.com/mubasharaKhan

- LinkedIn: https://www.linkedin.com/in/mubashara-khan-8161371b9

About

GUI based User Login System using Python library Tkinter and Data Engine SQL Lite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages