Simple Pharmacy Management System project is written in Python.
The project file contains a python
script (project.py) and database files. This is a simple GUI based project which is very easy to understand
and use. Talking about the system, it contains all the basic functions which include adding, viewing,
deleting and updating items. In order to add a medicine detail, the user has to provide its name, price,
quantity, category, and discount.
This simple GUI based Pharmacy Management system provides the simplest management of medicine
items. In short, this projects mainly focus on CRUD. There’s an external database connection file used in
this mini project to save user’s data permanently.
In order to run the project, you must have installed Python, on your PC. This is a simple GUI Based
system.
How To Run :
first you need install python.
download project.
extract project.
double click in project.py.
Project is run
Thanks ....