Airdnd is a hotel reservation GUI developed using Python and Tkinter.
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
- Clone the repository:
git clone https://github.com/WYMma/Airdnd.git
- Navigate to the project directory:
cd Airdnd
- Create a virtual environment:
python -m venv env
- Activate the virtual environment:
- On Windows:
env\Scripts\activate
- On Unix or Linux:
source env/bin/activate
- On Windows:
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Python 3.x
- Tkinter
- Pillow
Please let me know if you need any further assistance.
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.
This project is licensed under the MIT License. See the LICENSE.md file for details.