An open API service indexing awesome lists of open source software.

https://github.com/srp4214/pharmacy-management-system

Pharmacy Management System is a Tkinter-based desktop application designed to manage pharmaceutical records efficiently. It provides a user-friendly interface for storing and retrieving medicine details, including company name, type, lot number, issue and expiry dates, side effects, dosage, selling price, and quantity.
https://github.com/srp4214/pharmacy-management-system

crud-operation dbms-project mysql tkinter

Last synced: 3 months ago
JSON representation

Pharmacy Management System is a Tkinter-based desktop application designed to manage pharmaceutical records efficiently. It provides a user-friendly interface for storing and retrieving medicine details, including company name, type, lot number, issue and expiry dates, side effects, dosage, selling price, and quantity.

Awesome Lists containing this project

README

        

# 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
- User-friendly GUI built with Tkinter
- MySQL database integration for medicine storage and retrieval
- Dropdown selections for easy data entry
- Displays medicine details including reference number, company name, type, dosage, and pricing
- Scrollable tables for better data visualization
- Image/logo support for branding
- Allows adding and retrieving medicines dynamically

## ๐Ÿ› ๏ธ Technologies Used
- **Programming Language:** Python
- **GUI Framework:** Tkinter
- **Database:** MySQL
- **Libraries Used:**
- `tkinter` (for GUI)
- `PIL (Pillow)` (for image handling)
- `mysql-connector-python` (for database operations)

## ๐Ÿ“‚ 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

- **Medicine Inventory Management** ๐Ÿ“ฆ
- **Stock Alerts** โš ๏ธ
- **Billing System** ๐Ÿงพ
- **Search & Filter Medicines** ๐Ÿ”
- **Graphical User Interface (GUI) with Tkinter** ๐ŸŽจ
- **MySQL Database Integration** ๐Ÿ—„๏ธ

---

## ๐Ÿ“Œ Prerequisites

Ensure you have the following installed:

- Python 3.x ๐Ÿ
- MySQL Server ๐Ÿ—„๏ธ
- Created database in MySQL

---

## 2๏ธโƒฃ **Clone the Repository**

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