🔑
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.
python main.py. A Tkinter login window titled "Authorised Login Only" opens.Admin and password 1234, then click Submit.Enter the product id: 101
Enter the product name: Apple
Enter the product cost: 50
Enter the product quantity: 200
Data Inserted successfully
inventory table to the console.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.