A simple real-world project to manage rooms, bookings, and check-outs.
- Python
- SQLite (built-in database)
- Add Rooms with type & price.
- View available/booked rooms.
- Book Room with check-in/check-out.
- Calculate bills automatically.
- Check-out and free room.
- View all bookings.
- Clone this repo
git clone https://github.com/yourusername/Hotel-Management-System-Python-SQLite.git cd Hotel-Management-System-Python-SQLite