make a program that turns your python script to pseudocode using these paramaters
(1) a GUI - unless given prior written approval by instructor
(2) appropriate variable names and comments;
(3) at least 4 of the following:
(i) control statements (decision statements such as an if statement & loops such as a for or while loop);
(ii) text files, including appropriate Open and Read commands;
(iii) data structures such as lists, dictionaries, or tuples;
(iv) functions (methods if using class) that you have written; and
(v) one or more classes.
Your presentation should include:
(1) a discussion of why you chose to build this program;
(2) an explanation of the algorithm(s) used in your program;
(3) the challenges/opportunities this program presented; and
(4) what you learned from this projec