This is a simple Python-based hotel booking system that reads hotel data from a CSV file and updates booking status.
✅ Features Check availability of hotels
Book a hotel and mark it unavailable
Generate a reservation confirmation for the customer
Uses CSV as lightweight data storage
📁 Files hotels.csv: Contains hotel availability and metadata
main.py: Core logic to run and book hotels
ReservationTicket class: Generates a booking message
Hotel class: Handles availability and booking
🚀 How to Run bash Copy Edit python main.py Make sure hotels.csv exists in the same folder.