A Hotel Management System Created in python using tkinter Python TKinter.
Launch the gui and add a room to the database using the add room button
- Create a room using the add room button.
- Select a room and book a reservation.
- Make sure you have Python installed. Install Python at python.org.
- Download the folder from github
- Create a virtual environment.
python -m venv environment
- Activate the virtual environment
- For windows
.\path\to\venv\Scripts\Activate
- For macOS/Linux
source path/to/venv/bin/activate
- Run the hotel_management.py
python hotel_management.py