An open API service indexing awesome lists of open source software.

https://github.com/sinhapaurush/schoolproject

A Simple hospital management in Python
https://github.com/sinhapaurush/schoolproject

Last synced: 4 months ago
JSON representation

A Simple hospital management in Python

Awesome Lists containing this project

README

          

# Hospital Management

## Steps to Installation
- Download or Clone the repository
- Open MySQL Shell
- Run command `SOURCE [--path--to-db_dump.sql--]/db_dump.sql` in SQL Shell
- Edit `constant.py` and change DB Credentials.
- `pip install tabulate`
- `pip install mysql-connector-python`

That's It!