Title of your creative project: Inventory System Management
Team Name: Group 2
Submitted By:
- Buemio, Sandy
- Genuino, Sir Xziann Jeano
- Palis, Francis Paul
- Quiroz, Ron Carlo
- Sison, Jarielle Brent
python -v 3
PyCharm IDE Platform
#Setup
pip install sqlite3
pip install PIL
#Execution In the same directory
python InventorySystem.py
- The Inventory Management System in Python is a desktop application designed to streamline sales and inventory management processes, specifically tailored for sari-sari stores.
- Developed by Group 2, the system leverages Python and Tkinter for its graphical user interface (GUI), SQLite3 for efficient database operations, and adheres to Object-Oriented Programming (OOP) principles for robust implementation.
- The Inventory Management System streamlines sales and inventory management for sari-sari stores. Automating CRUD operations through a user-friendly interface, it improves upon traditional record-keeping by enhancing functionality with features like search, filter, sort, and export to CSV.
- Add to Database: Enables users to effortlessly add new items to the inventory.
- Item Lists: Displays a comprehensive list of items with essential details like ID, Name, Price, and Quantity.
- Search and Filter: Facilitates easy searching and filtering of items based on user-defined criteria.
- Update and Delete: Empowers users to modify and remove items from the inventory effortlessly.
- Sort Treeview Widget: Allows users to sort inventory data in ascending or descending order, enhancing accessibility.
- Export to CSV: Supports the export of inventory data to a CSV file for external use or analysis
