Skip to content

ChiragAgg5k/asclepius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thumbnail Logo

Code style: black License: MIT Github Repo Size

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.

Table of Contents

Installation

Make sure you have Python 3.8 or above installed on your system. If not, you can download it from here.

  1. Clone the repository:

    cd {path}
    git clone https://github.com/ChiragAgg5k/asclepius.git
    cd asclepius
  2. Install the required dependencies manually:

    python3 -m pip install -r requirements.txt

    Or, you can use setup.py to install the dependencies:

    python3 setup.py install
  3. Run the main script:

    python3 -u src/main.py

Usage

  1. Login using your credentials. If you are a new user, you can create a new account by clicking on the "Sign Up" button on top.

  2. Once logged in, you will be presented with a dashboard that shows the information about you stored in the database.

  3. You can switch tabs using the buttons on the left navigation frame. The tabs are:

  • Dashboard: Shows the information about you stored in the database.
  • Medicines: Shows the list of medicines available at the Wellness center.
  • Medicine Record: Shows the list of medicines you have ordered from the Wellness center.
  • About: Shows the information about the application and wellness center.
  1. Order multiple medicines at once by selecting them from the list and clicking on the "Place Order" button. It will automatically be stored in the database and you can view it in the "Medicine Record" tab.

Tools Used

  1. Text Editor: Visual Studio Code
  2. Version Control: Git
  3. Markdown Editor: Obsdian
  4. DB Browser: DB Browser for SQLite
  5. Custom Tkinter Widgets: Custom Tkinter

Contributors

This project was a team effort by a group of 6 students from Bennett University. The team members are:

Chirag Aggarwal - Github | LinkedIn
Shivangi Tripathi - Github | LinkedIn
Divesh Saini - Github | LinkedIn
Akshay Negi - Github | LinkedIn
Aditi Chaturvedi - Github | LinkedIn
Aman Boora - Github | Linked

About

Healthcare related tracking and ordering software for students of Bennett University

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages