FaztWeb /
python-tkinter-sqlite-crud
A Desktop App created with Python, Sqlite and Tkinter
63/100 healthLoading repository data…
code0era / repository
A Python-Tkinter and MySQL-based Hotel Management System for handling bookings, customers, rooms, and billing. Features include room availability checks, automated billing with tax, and full CRUD operations. Easy-to-use GUI with robust backend integration and real-time data handling.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A comprehensive Hotel Management System built using Python (Tkinter) for the GUI and MySQL for database management. This project provides a complete digital solution for handling hotel operations such as customer registration, room booking, room inventory management, and billing.
Tkinter (GUI)customer| Field | Type | Description |
|---|---|---|
| Ref (PK) | VARCHAR | Unique customer ID |
| Name | VARCHAR | Customer name |
| Mother | VARCHAR | Mother's name |
| Gender | VARCHAR | Gender |
| PostCode | VARCHAR | Postal code |
| Mobile | VARCHAR | Mobile number |
| VARCHAR | Email address | |
| Nationality | VARCHAR | Nationality |
| IdProof | VARCHAR | Type of ID provided |
| IdNumber | VARCHAR | ID number |
| Address | TEXT | Full address |
details (Room Details)| Field | Type | Description |
|---|---|---|
| floor | INT | Floor number |
| roomno (PK) | VARCHAR | Unique room number |
| roomType | VARCHAR | Room type (e.g. SINGLE) |
room (Room Booking)| Field | Type | Description |
|---|---|---|
| contact (FK) | VARCHAR | Linked to customer mobile |
| checkinDate | DATE | Check-in date |
| checkoutDate | DATE | Check-out date |
| roomType | VARCHAR | Type of room |
| room | VARCHAR | Room number |
| meal | VARCHAR | Meal plan |
| noOfDays | INT | Number of stay days |
This Hotel Management System demonstrates:
pip install mysql-connector-python)git clone https://github.com/yourusername/hotel-management-system.git
cd hotel-management-system
Selected from shared topics, language and repository description—not editorial ratings.
FaztWeb /
A Desktop App created with Python, Sqlite and Tkinter
63/100 healthAlok-2002 /
Welcome to the Python Tkinter Projects repository! This repository contains a collection of projects built using Python's Tkinter library. Tkinter is a popular GUI (Graphical User Interface) toolkit for Python, allowing developers to create interactive and visually appealing desktop applications.
79/100 healthakhil-dara /
Single-file desktop GUI for searching, browsing, and analyzing SQLite databases. Python + tkinter. No install required.
parthpanchal3399 /
This Project has been developed my me & my friend Veer for our Second Year Python Project. It uses Tkinter Module for GUI and MySQLDb for database connectivity.
27/100 healthaks97cs /
A simple stock management system where one can manage their inventory and billing system . Technology used :- Python,Tkinter
51/100 healthTrinadhreddy1184 /
AI chatbot with GUI using Python Tkinter. This chat bot uses NLP(Natural language Prossesing) and takes Article as input and responds to user commands based on that Article.
32/100 health