The Mini Hospital App is a simple yet functional hospital management system built with Python and a GUI framework (Tkinter/PyQt/others). It helps manage patient records, doctor records, and appointments in a user-friendly interface.
- Add, update, and delete patient records
- Schedule doctor appointments
- User-friendly graphical interface
- Simple data storage
To run this project locally, follow these steps:
- Clone the Repository:
git clone https://github.com/scientist-Momi/python_gui.git cd python_gui
- Install Dependencies:
pip install -r requirements.txt
- Run Application:
python main.py
This project uses a custom theme. Credit to rdbende for their amazing design.