https://github.com/chiragagg5k/asclepius
Healthcare related tracking and ordering software for students of Bennett University
https://github.com/chiragagg5k/asclepius
bennett-university customtkinter group-project healthcare-application sqlite3
Last synced: 4 months ago
JSON representation
Healthcare related tracking and ordering software for students of Bennett University
- Host: GitHub
- URL: https://github.com/chiragagg5k/asclepius
- Owner: ChiragAgg5k
- License: mit
- Created: 2022-12-09T06:07:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T10:20:24.000Z (over 1 year ago)
- Last Synced: 2024-05-02T23:07:42.760Z (over 1 year ago)
- Topics: bennett-university, customtkinter, group-project, healthcare-application, sqlite3
- Language: Python
- Homepage:
- Size: 20 MB
- Stars: 24
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE.md
Awesome Lists containing this project
README
|  |  |
| :---: | :---: |[](https://github.com/psf/black) [](https://github.com/ChiragAgg5k/asclepius/blob/master/LICENSE.md) [](https://github.com/ChiragAgg5k/asclepius)
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](#installation)
- [Usage](#usage)
- [Tools Used](#tools-used)
- [Contributors](#contributors)## Installation
Make sure you have Python 3.8 or above installed on your system. If not, you can download it from [here](https://www.python.org/downloads/).
1) Clone the repository:
```bash
cd {path}
git clone https://github.com/ChiragAgg5k/asclepius.git
cd asclepius
```2) Install the required dependencies manually:
```bash
python3 -m pip install -r requirements.txt
```Or, you can use `setup.py` to install the dependencies:
```bash
python3 setup.py install
```3) Run the main script:
```bash
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.4) 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](https://code.visualstudio.com/)
2) Version Control: [Git](https://git-scm.com/)
3) Markdown Editor: [Obsdian](https://obsidian.md/)
4) DB Browser: [DB Browser for SQLite](https://sqlitebrowser.org/)
5) Custom Tkinter Widgets: [Custom Tkinter](https://github.com/TomSchimansky/CustomTkinter)## Contributors
This project was a team effort by a group of 6 students from Bennett University. The team members are:
###### Chirag Aggarwal - [Github](https://github.com/ChiragAgg5k) | [LinkedIn](https://www.linkedin.com/in/chirag-aggarwal-066b97248/)
###### Shivangi Tripathi - [Github](https://github.com/ShiviTripathi13) | [LinkedIn](https://www.linkedin.com/in/shivangi-tripathi-bu/)
###### Divesh Saini - [Github](https://github.com/divesh0001) | [LinkedIn](https://www.linkedin.com/in/divesh-saini-a38610216/)
###### Akshay Negi - [Github](https://github.com/akshubawa) | [LinkedIn](https://www.linkedin.com/in/akshaynegi197/)
###### Aditi Chaturvedi - [Github](https://github.com/Aditilistic) | [LinkedIn](https://www.linkedin.com/in/aditi-chaturvedi-8200a325b/)
###### Aman Boora - [Github](https://github.com/boora-aman) | [Linked](https://www.linkedin.com/in/boora-aman/)