Giter Site home page Giter Site logo

app11-hotel-booking's Introduction

Hotel Booking System

Overview

This repository contains a simple Hotel Booking System implemented in Python, using Pandas for data manipulation. The system allows users to book hotels, validate credit cards, and make spa reservations.

Table of Contents

  • Getting Started
  • Usage
  • Structure

Getting Started

To get started with this project, follow the steps below:

1. Clone the Repository:

git clone https://github.com/NiranjanKumarYadav36/app11-hotel-booking.git`

2. Install Dependencies:

pip install -r requirements.txt

3. Run the Application:

python main.py

Usage

1. Enter Hotel ID:

  • Run the application and input the ID of the hotel you want to book.

2. Provide Credit Card Information:

  • Enter credit card details (a dummy credit card is used in the provided code).

3. Authenticate Credit Card:

  • Authenticate the credit card using a password (a dummy password is used in the provided code).

4. Book Hotel:

  • If the hotel is available and the credit card is valid, the hotel will be booked.

5. Generate Reservation Ticket:

  • Enter your name, and a reservation ticket will be generated.

6. Book Spa Package (Optional):

  • Optionally, you can book a spa package after booking the hotel.

7. Generate Spa Ticket (if applicable):

  • If a spa package is booked, a spa ticket will be generated.

Project Structure

  • main.py: The main script for running the hotel booking system.

  • hotels.csv, cards.csv, card_security.csv: Data files containing information about hotels, credit cards, and card security.

  • README.md: This file providing information about the project.

  • requirements.txt: List of Python dependencies.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or want to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add your feature).
  5. Push to the branch (git push origin feature/your-feature-name).
  6. Open a Pull Request.

app11-hotel-booking's People

Contributors

niranjankumaryadav36 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.