Skip to content

A GUI based program for a pharmacy, to store and manipulate medicine data

Notifications You must be signed in to change notification settings

akumar33951/PharmacyManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pharmacy Management System

A GUI based program for a pharmacy, to store and manipulate medicine data.

Contents

Overview

This is a GUI based application build for usage at a pharmacy, to store the records of medicines at the store. Python was used to program the application and Tkinter for creating the graphical user interface. The medicine records are stored in a .csv file but during the runtime of application all the information from the file is used to create a ternary search tree and data access using the tree becomes much faster.

Screen Captures

Screen captures of the application showing some of its functionalities:

Home Page

Home page

Search Page

User can search on this page for a medicine in the database. Its details are shown if it is present otherwise a message saying no such medicine exists is displayed.
Search Page

Display of entire Medicine stock

The details of entire medicine stock in the database is displayed in this window Display of entire record

Update Page

To update details of an existing medicine, like quantitiy in stock. If no such medicine present in the database, a message saying the same is displayed.
Update Page

Features

  • User friendly interface.
  • Displays out of stock medicines.
  • Displays list of expired medicines.
  • Fast operations (addition, deletion, accessing) because of usage of efficient dataset.

Dependencies

  • python == 3.8.2
  • tkinter

Setup

  • The system should have python installed on it.
  • Clone the repository on your device.
  • Fullfill the requirements by installing the dependencies.
pip install tk
  • Make sure the .csv file and .py file are in the same directory everytime the application is run.

About

A GUI based program for a pharmacy, to store and manipulate medicine data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages