https://github.com/obaskly/clinic-receptionist-tool
A simple GUI application to manage a medical patients
https://github.com/obaskly/clinic-receptionist-tool
bot medical pyqt5 sqlalchemy sqlite
Last synced: 2 months ago
JSON representation
A simple GUI application to manage a medical patients
- Host: GitHub
- URL: https://github.com/obaskly/clinic-receptionist-tool
- Owner: obaskly
- Created: 2023-08-15T00:19:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T00:34:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T16:30:25.509Z (over 1 year ago)
- Topics: bot, medical, pyqt5, sqlalchemy, sqlite
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Medical Reception Management 🩺
A simple GUI application to manage a medical patients, built using PyQt5 and SQLAlchemy.
## Features 🌟
- **Patient Management**: Add, update, and view patient details. 🚀
- **Visit Records**: Keep track of patient visits and payments. 💵
- **Search Functionality**: Retrieve patient and visit details based on specific criteria. 🔍
- **Modern UI**: Intuitive and user-friendly interface using PyQt5. 🖥
## Getting Started 🚀
1. **Setup**: Ensure you have `PyQt5` and `SQLAlchemy` installed. You can install them using pip:
```
pip install PyQt5 SQLAlchemy
```
2. **Run**: Execute the `database.py` script to create the database. Then launch the main script.
```
python main.py
```
## Pictures 🖼️




## Feedback and Contributions 🤝
Feel free to raise issues or submit PRs if you find any bugs or have suggestions for improvements. Contributions are always welcome! 🌐
## License 📄
This project is open-source and available under the MIT License. Feel free to use, modify, and distribute as you see fit.
---
Made with ❤️ by [Obaskly]