Pharmacy-Management-System

Pharmacy Management System

πŸ“Œ Overview

The Pharmacy Management System is a desktop-based application developed using Python’s Tkinter for the GUI and MySQL for database management. This system enables pharmacies to efficiently manage their inventory, track medicine details, and store critical information such as issue/expiry dates, dosage, selling prices, and stock availability.

πŸš€ Features

πŸ› οΈ Technologies Used

πŸ“‚ Project Structure

πŸ₯ Pharmacy Management System

A Pharmacy Management System built using Python and Tkinter, with MySQL database integration. This application helps manage medicines, stocks, and transactions efficiently.


πŸš€ Features


πŸ“Œ Prerequisites

Ensure you have the following installed:


2️⃣ Clone the Repository

```sh git clone https://github.com/SRP4214/Pharmacy-Management-System.git cd Pharmacy-Management-System pip install -r requirements.txt