Need to Select a Website That You Will Recreate Using Python… • Websites Will Be Approved On a First Come First Served Basis… • Your Website Should “Imitate” the Look and Feel and Functionality of the Original… • Your Submitted Code Must Actually Work!… • For TONIGHT…I Need Your Website… Take a look at the Power Point entitled “06-CS625 GUI Development TEMP PROJ”…starting on slide 46 you will find the project… Basically, you are to find a website and recreate 3 screens using Python and tkinter the screens need to be able to interact with each other (so you need to “pass” data between screens”)…you do NOT need to use HTML or create a “real” webpage…you are to simulate the web page using the techniques we discussed in class… • String Methods (i.e., upper, lower, title, etc.)… • Nested If… • Loops… • Lists, Dictionary, Tuple… • Functions… • Passing Parameters… • Global, Local Parameters… • Files (new, write, append)… • Exception Handling… • Error Handling, Error Logs… • tkinter… • Widgets… • Grid, Layout… • Menus… • Classes… • Arrays (Single, Multi)… • User Reports, Error Log Report…