https://github.com/33j33/product-inventory-manager
A GUI product Inventory Management system
https://github.com/33j33/product-inventory-manager
openpyxl python sqlite3 tkinter tkinter-gui ttkthemes
Last synced: 2 months ago
JSON representation
A GUI product Inventory Management system
- Host: GitHub
- URL: https://github.com/33j33/product-inventory-manager
- Owner: 33j33
- License: bsd-3-clause
- Created: 2020-10-09T20:48:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T05:12:18.000Z (about 5 years ago)
- Last Synced: 2025-03-18T06:18:23.452Z (7 months ago)
- Topics: openpyxl, python, sqlite3, tkinter, tkinter-gui, ttkthemes
- Language: Python
- Homepage:
- Size: 207 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Product Inventory Manager
It is a GUI application for desktop made using Tkinter to manage product inventory. It can create, read, update, and delete product information to and from the database. It can also export the inventory data to an excel file.
It accepts data into the following fields, from the user:
- Product ID
- Product Name
- Customer
- Seller
- Cost Price
- Selling Price
It also calculates the profit and loss for each item while exporting the data to excel file.
### Libraries Used
- **Tkinter**
- **ttkthemes**
- **sqlite3**
- **openpyxl**
Screenshots and source code of the Application are provided below.***Application Window***
***The screenshot of the excel file it creates***