Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 777 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 777 Bytes

Medical-Shop Data Manager

This project is made using python language which stores the data of medicines available and its amount.

It accepts orders from the customer and binary search tree is used to search the given medicine data. The generated bill is displayed on console as well as sent to the customers through e-mails with an option to pay right now or later.

By using Binary Search tree, the searching process becomes less time consuming hence efficiency of code increases. Also used pandas Dataframes to store the medicine data imported from CSV and for bill generation after the order has been confirmed.

Video Link - https://drive.google.com/file/d/1V7DO5-wJHPNfP7DT-u03O0OUrAzK5kkk/view?usp=sharing

Team Members - Sonia Dessai, Nandini Wani, Radhika Fadnavis