This is a basic Inventory Management System built with Python, Tkinter, and SQL.
It provides a user-friendly platform-based desktop application with advanced features that
enables businesses to optimize their inventory control.
- π¦ Add, update, and delete inventory items
- π Search and view item details
- πΎ Persistent storage using SQLite database
- π₯οΈ Simple GUI with Tkinter
| Technology | Description |
|---|---|
| Python | Core programming language |
| Tkinter | GUI framework for desktop applications |
| MySQL | Lightweight relational database (file-based) |
Simple-Inventory-System
β
βββ index.py # Main application file (Tkinter UI and logic)
βββ pythontut.db # SQLite database file for inventory data
βββ .gitattributes # Git metadata