Skip to content

Simple Python app for booking hotels and spa packages. It uses pandas to read and manipulate CSV files containing hotel and card data.

Notifications You must be signed in to change notification settings

angeljmercado/hotel-booking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Hotel Booking System

This is a simple Python app for booking hotels and spa packages. It uses pandas to read and manipulate CSV files containing hotel and card data.

Prerequisites

  • Python 3.x installed
  • Required CSV files: hotels.csv, cards.csv, and card_security.csv
  • Libraries: pandas (You can install it using pip install pandas)

Features

  • The script allows you to book a hotel by changing its availability status.
  • It checks if a selected hotel is available.
  • It validates credit card information and authenticates secure credit cards.
  • Generates reservation and spa booking information.

About

Simple Python app for booking hotels and spa packages. It uses pandas to read and manipulate CSV files containing hotel and card data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages