It is a python project which can be used for hotel management such as : allocating rooms, adding details of guest , showing the available guestlist, checkout , checkin, a small restaurant in which you can order and get it added to your final bill, etc.
The procedure to run the program is to first clone the repository and then put all the files in one folder and then compile main.py and run it.
- The login page : the credentials you can enter is Username: harsh Password : 123456
- After the login we can get to the page where all the option are present :
- Then we choose check in where the guest enter all the info needed and then it clicks on ok and then the system allocates a room for the guest. there is a print bill option which print the bill in the output format where the program is being executed.
- The next option show guest shows all the guest that are currently staying in the hotel.
- Then we go to the restaurant where first it checks if the guest room number given actually staying in the hotel or not and then it allow us the guest to enter the restaurant.
- Then come in last the checkout where the guest checksout of the hotel where all the bill and all the details of the gets printed and the guest pays the bill.