pyBegin / projects / inventory-management
🔑

Inventory Management

A simple supermarket inventory system with a Tkinter login window and add/display/search/update/delete operations backed by a MySQL database.

164 lines🖥 Desktop only

Inventory Management

A simple supermarket inventory system with a Tkinter login window and add/display/search/update/delete operations backed by a MySQL database.

How to run

pip install -r requirements.txt
python main.py

Requires a local MySQL server with a records database and an inventory table.

Dependencies

tkinter (standard library), mysql-connector-python.

Pyodide-runnable

No — it uses a Tkinter GUI and connects to a MySQL database.