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/CIMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chemical Inventory Management System

GUI-Chemical Inventory Management System using Python library Tkinter and Database Engine SQLite. It provides chemical data entry saver of supplier and customers, quantity and types of goods and calculating the total amount with generating the bill. All of the data will be saved in SQLite.

New account can be create easily and can be login by the given email and password below:

- email = admin

- password = 12345

Screenshot

image

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