| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
![]() |
|---|
Asclepius is a medical record management system for the University students. It is a desktop application built using Python and Custom Tkinter. It allows the students to view available medicines at the University's Wellness center, look the medicine's details, check the availability of the medicine, and request for it. It also allows the students to order medicines from the Wellness center to their hostel rooms.
Make sure you have Python 3.8 or above installed on your system. If not, you can download it from here.
Clone the repository:
cd {path}
git clone https://github.com/ChiragAgg5k/asclepius.git
cd asclepiusInstall the required dependencies manually:
python3 -m pip install -r requirements.txtOr, you can use setup.py to install the dependencies:
python3 setup.py installRun the main script:
python3 -u src/main.pyLogin using your credentials. If you are a new user, you can create a new account by clicking on the "Sign Up" button on top.
Once logged in, you will be presented with a dashboard that shows the information about you stored in the database.
You can switch tabs using the buttons on the left navigation frame. The tabs are:
This project was a team effort by a group of 6 students from Bennett University. The team members are:
| Back | FazBrowse Home | New Git URL |