Assignment title: Information


Assignment Overview You are required to design and implement two related programs:  "admin.py", a CLI program that allows the user to manage a collection of simple "setup and punchline" jokes which are stored in a text file. Develop this program before "jokebot.py".  "jokebot.py", a GUI program that uses the data in the text file to display the jokes and allow the user to rate them. Develop this program after "admin.py". Starter files for both of these programs are provided along with this assignment brief, to help you get started and to facilitate an appropriate program structure. Please use the starter files.