An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Hotel Reservation System

![Screen Shot 2024-03-31 at 01 50 29](https://github.com/Moe131/Hotel_Reservation_System/assets/65834335/f07a1c9f-2dd6-4bbc-b2e8-e03815b26b71)

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.