0% found this document useful (0 votes)
66 views1 page

Pharmacy Management System in Python

The Simple Pharmacy Management System is a Python-based project featuring a GUI that allows users to perform basic CRUD operations on medicine items. Users can add, view, delete, and update medicine details, with an external database connection for permanent data storage. To run the project, users need to install Python, download and extract the project files, and execute the project.py script.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views1 page

Pharmacy Management System in Python

The Simple Pharmacy Management System is a Python-based project featuring a GUI that allows users to perform basic CRUD operations on medicine items. Users can add, view, delete, and update medicine details, with an external database connection for permanent data storage. To run the project, users need to install Python, download and extract the project files, and execute the project.py script.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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 ....

You might also like