Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.32 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.32 KB

Ocean Luxury Hotel Software

A python application running TKinter that is meant to serve a hotel and their services.

Requirements

Screenshots

Customer

Main Page

alt text

Purchasing a Snack

alt text

Booking a Suite

alt text

Employee

Checking in a Guest

alt text

Viewing a Guest's Purchase History

alt text

Running the Program

Just run main.py and the program should start up (Asumming python installed is python3)

python main.py

Test Accounts

Below are acccount used to test both versions of the UI.

User Type Username Password
Front Desk admin admin
Guest abcd 1234

Technical Problems

  • .encode /.decode is varying on machine. Change that line in verify_login() in DatabaseFunctions.py if you run into that problem