Question: Submit 3 python files using the naming convention below ( Use PyQt 6 ) : main.py gui.py logic.py REQUIREMENTS 1 . Window should be non
Submit python files using the naming convention below Use PyQt:
main.py
gui.py
logic.py
REQUIREMENTS
Window should be nonresizable.
Window title should be Test
The text in the food, drink, and dessert input boxes should be aligned to the right.
tip should be selected by default.
Tax amount is the meal total.
Tip amount is the percentage of the tax and meal total.
All currency values should be displayed to decimal places.
Use exception handling to deal with invalid data types or missing input.
App layout should be as seen below you can use different font; the screen size is up to
you as long as all your text can be seen
You must separate your code into the mvc file format as discussed in the lecture.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
