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
- Host: GitHub
- URL: https://github.com/sinhapaurush/schoolproject
- Owner: sinhapaurush
- Created: 2022-10-22T17:00:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T12:25:01.000Z (over 2 years ago)
- Last Synced: 2025-04-06T01:22:16.650Z (11 months ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!