https://github.com/murugavl/tkinter-hospital_management_system
The Tkinter Hospital Management System is a desktop application built using Python's Tkinter library. It helps hospitals to manage patient registration.
https://github.com/murugavl/tkinter-hospital_management_system
error-handling gui mongodb python3 tkintrer
Last synced: 2 months ago
JSON representation
The Tkinter Hospital Management System is a desktop application built using Python's Tkinter library. It helps hospitals to manage patient registration.
- Host: GitHub
- URL: https://github.com/murugavl/tkinter-hospital_management_system
- Owner: Murugavl
- License: mit
- Created: 2025-01-14T06:53:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T08:17:24.000Z (over 1 year ago)
- Last Synced: 2025-12-30T17:35:10.948Z (6 months ago)
- Topics: error-handling, gui, mongodb, python3, tkintrer
- Language: Python
- Homepage:
- Size: 6.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tkinter Hospital Management System
A graphical user interface (GUI) application built using Python's Tkinter library to manage hospital operations efficiently.
## Table of Contents
- [Overview](#overview)
- [Installation](#installation)
- [Screenshots](#screenshots)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)
## Overview
The Tkinter Hospital Management System is a desktop application that helps hospitals manage various operations such as patient registration.
## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/Murugavl/Tkinter-Hospital_Management_System.git
```
2. **Navigate to the project directory**:
```bash
cd Tkinter-Hospital_Management_System
```
3. **Install required dependencies**:
```bash
pip install -r requirements.txt
```
4. **Run the application**:
```bash
python main.py
```
## Screenshots

## Technologies Used
- **Python**: The main programming language.
- **Tkinter**: For building the GUI.
- **MongoDB**: For database management
## Contributing
Contributions are welcome! Please follow these steps to contribute:
1. **Fork the repository**.
2. **Create a new branch**:
```bash
git checkout -b feature/YourFeatureName
```
3. **Commit your changes**:
```bash
git commit -m 'Add some feature'
```
4. **Push to the branch**:
```bash
git push origin feature/YourFeatureName
```
5. **Submit a pull request**.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.