From a2e159dcbc213d287abbd13bec19cc11e581069b Mon Sep 17 00:00:00 2001 From: Aminu-Aliya Date: Fri, 16 May 2025 14:27:29 +0100 Subject: [PATCH] Commit --- README.md | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 5c5ff26..0000000 --- a/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# Python Hotel Management System - -A Hotel Management System Created in python using tkinter [Python TKinter]([https://www.pygame.org/docs/](https://docs.python.org/3/library/tk.html)). - -## Basic Instructions - -Launch the gui and add a room to the database using the add room button -1. Create a room using the add room button. -2. Select a room and book a reservation. - -## Download and Run - -1. Make sure you have Python installed. Install Python at [python.org](https://www.python.org/downloads/). -2. Download the folder from github -3. Create a virtual environment. - -``` -python -m venv environment -``` - -4. Activate the virtual environment - -- For windows - -``` -.\path\to\venv\Scripts\Activate -``` - -- For macOS/Linux - -``` -source path/to/venv/bin/activate -``` - -5. Run the hotel_management.py - -``` -python hotel_management.py -``` -