Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
The submission requirements are as follows:
(i) A complete project zip folder containing the python codes submitted to the dropbox.
(ii) The zipfolder should be named: firstName_lastName_project.zip
---------------------------------------------------------------------------------------------------------------------
Solve any one of the following two projects.
There must be at least one ‘class’ in the project.
(1) The Bot Project: Modify the existing code to do the following:
User decides the dimensions of the room (number of boxes in the x and y direction).
User decides the number of robots in the room.
User should have the choice of (a) time or (b) the percentage of tiles covered. If the user picks the
time, then he/she should get an answer on the percentage of the tiles covered. On the other hand, if the
user picks the percentage to be covered, then the program returns the amount of time needed to cover
that percentage of tiles.
In addition to the above, the user must be able to view the coverage live with a continuously updating
plot window. You must use object-oriented programming concepts.
(2) The Tax Project: Use object-oriented programming concepts to develop a comprehensive tax
software that one can use to file his/her annual taxes. For this project, you must include a
README text file that describes the abilities of the program as well as how to use the program.
Record a demo-video for your working program that also includes brief
explanation of your code. Video length shouldn't exceed 5 minutes.
Include the video in your final submission or upload it to a video
sharing file & provide the link in your submission.