A python application running TKinter that is meant to serve a hotel and their services.
-
Python 3
-
Bcrypt
pip install bcrypt
-
mysql-connector-python
pip install mysql-connector-python
Just run main.py and the program should start up (Asumming python installed is python3)
python main.py
Below are acccount used to test both versions of the UI.
User Type | Username | Password |
---|---|---|
Front Desk | admin | admin |
Guest | abcd | 1234 |
- .encode /.decode is varying on machine. Change that line in verify_login() in DatabaseFunctions.py if you run into that problem