This is a simple inventory system that can add remove, and edit items. Also, the system has a shopping cart and a bunch of other features. This simple project has a database file to store the changes. The system can add products through add_to_db.py file, update products through update.py, and make a bill through main.py file.
About Inventory System In Python
Inventory System project is written in Python using Tkinter. The project file contains a python script (main.py, add_to_db.py, update.py). This is a simple GUI based project which is easy to understand and use. Talking about the system, it contains all the required functions which include adding, viewing, deleting, and updating inventory items.
While adding inventory items, the user has to enter the product name, stock, price, vendor name, and so on. The system stores the inventory record in a database file. And also the user can easily update any inventory items. The user can search for an item as it contains a search function too. In short, this project mainly focuses on CRUD with a search function.
How To Run Inventory System In Python ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
- Step1: Extract/Unzip the file
- Step2: Go inside the project folder, open cmd then type main.py and enter to start the system.
- OR
- Step2: Simply, double click the main.py file and you are ready to go.