Skip to content

WYMma/Airdnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airdnd

Airdnd is a hotel reservation GUI developed using Python and Tkinter.

Project Description

The Airdnd GUI allows users to perform the following actions:

  • Select a hotel from a list of available options
  • Enter the number of nights and desired room type (single or double)
  • Check availability of the selected room type and receive a message indicating the total cost of the reservation and the number of available rooms
  • If the selected room type is not available, a message is displayed indicating that no rooms are available

Installation

  1. Clone the repository: git clone https://github.com/WYMma/Airdnd.git
  2. Navigate to the project directory: cd Airdnd
  3. Create a virtual environment: python -m venv env
  4. Activate the virtual environment:
    • On Windows: env\Scripts\activate
    • On Unix or Linux: source env/bin/activate
  5. Install the required dependencies: pip install -r requirements.txt
  6. Run the application: python main.py

Dependencies

  • Python 3.x
  • Tkinter
  • Pillow

Please let me know if you need any further assistance.

Credits

This project was created by Yassin Manita, a passionate Computer Science Student, who has put in countless hours to make this project a success. Check out my LinkedIn for more information.

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

Releases

No releases published

Packages

No packages published

Languages