Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 700 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 700 Bytes

Expiry-Notification-System

A Desktop based Product Expiry Notification system which primarily notifies business owners about expiring products or report products close to their expiry dates, can also be used as an inventory mgt app for small scale business. User Enters product details such as Name, category, expirydate and quantity, user can add, remove, search and delete products from the database.

-Python programming language -PyQt5 for the GUI -SQLite for Database -win10toast for the Notification

To run; Clone the repo, run the main.py file with the icon and Database files in the folder. Prerequisite: Python installed, pyqt5 (pip install pyqt5), win10toast (pip install win10toast).