The main aim is to create simple GUI based Pharmacy Management system provides the simplest management of medicine items.
The purpose of the project is that 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.
-
If standalone script, short description of script explaining what it achieves.
It is done by using python scripts. It keeps simple database for the pharamcy users, where they can see the product, add products, edit products and lot more features.
-
List out the libraries imported. Tkinter
Download the files and make sure the database and the pyhton files are in same folder.
Then rum the pharmacy_management_system.py
in idle environment.
- Importing the reqiures files needed for application window
- Creating the Window using the tkinter module.
- Opening the database file and doing changes in that folder.
- Creating function for Add Items
- Creating Function for Delete Items.
- Creating function to view first item.
- Creating function to view previous item.
- Creating function to view last item.
- Creating function to view next item.
- Creating function to update item.
- Creating function to save item.
- Creating function to search item.
- Creating function to clear item.
- At last we are labbeling and creating button for each function so user can operate easily.
- Then mainloop wil execute
Rammya Dharshini K
None