🔑
Inventory Management
A simple supermarket inventory system with a Tkinter login window and add/display/search/update/delete operations backed by a MySQL database.
A simple supermarket inventory system with a Tkinter login window and add/display/search/update/delete operations backed by a MySQL database.
A simple supermarket inventory system with a Tkinter login window and add/display/search/update/delete operations backed by a MySQL database.
pip install -r requirements.txt
python main.py
Requires a local MySQL server with a records database and an inventory table.
tkinter (standard library), mysql-connector-python.
No — it uses a Tkinter GUI and connects to a MySQL database.