https://github.com/moe131/hotel_reservation_system
Simple hotel reservation system developed with python and sqlite
https://github.com/moe131/hotel_reservation_system
database python sqlite3
Last synced: about 2 months ago
JSON representation
Simple hotel reservation system developed with python and sqlite
- Host: GitHub
- URL: https://github.com/moe131/hotel_reservation_system
- Owner: Moe131
- Created: 2024-03-31T08:41:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T08:51:49.000Z (over 2 years ago)
- Last Synced: 2025-02-15T14:47:16.350Z (over 1 year ago)
- Topics: database, python, sqlite3
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hotel Reservation System

This is a simple hotel reservation system designed to manage bookings and room availability for a hotel. All the reservations will be stored in the database.
## Features
- Room management: Admins can add, edit, and delete rooms.
- Booking management: Users can make, view, and cancel bookings.
- Availability checking: Users can check the availability of rooms for specific dates.
## Technologies Used
- Programming Language: Python, SQL
- Frameworks/Libraries: TKinter
- Database: SQlite3
- Other tools: Git
## Contributions
Contributions are welcome! Please fork the repository and submit a pull request.