This is a desktop application for room reservation in Canada. The application provides option to refine your search. These choices are saved by the application. When a user logins again and try to book, the application uses the previous choices to recommend the best options available.
A simple file based data based database is used.
Frontend of the application is designed using PyQt5. The project follows Model View and Controller Architecture.
Initially to test the application the #Requirements
- Python 3.7
- PyQt5