Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-15T00:34:17.000Z (over 1 year ago)
- Last Synced: 2024-01-26T10:12:32.671Z (10 months ago)
- Topics: bot, medical, pyqt5, sqlalchemy, sqlite
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- 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 🖼️
![1](https://github.com/obaskly/Clinic-Receptionist-Tool/assets/11092871/1b302a98-b6c0-47c3-b48f-eafe5f3f57f7)
![2](https://github.com/obaskly/Clinic-Receptionist-Tool/assets/11092871/40f60dc4-294f-411b-97ae-7f5a35bf84c4)
![3](https://github.com/obaskly/Clinic-Receptionist-Tool/assets/11092871/f6a88c6e-9d06-448c-9f1a-b0d618189828)
![4](https://github.com/obaskly/Clinic-Receptionist-Tool/assets/11092871/25d8f6e4-b03b-4b70-8f1a-64516dfd3c2c)## 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]