Skip to content

eyahi/OOP-PythonAssignment-200L-NUN-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python Hotel Management System

A Hotel Management System Created in python using tkinter Python TKinter.

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.
  2. Download the folder from github
  3. Create a virtual environment.
python -m venv environment
  1. Activate the virtual environment
  • For windows
.\path\to\venv\Scripts\Activate
  • For macOS/Linux
source path/to/venv/bin/activate
  1. Run the hotel_management.py
python hotel_management.py

About

This is the github repo for Python project for computer engineering in 2024/2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages