Take the code at http://euclid.nmu.edu/~rappleto/Classes/CS495.Python/dictionary.py - Add a status bar that offers a count of the number of words displayed in the word list window. It should update as people search - Add a menubar with File Load Save Exit - Add a file-save-as dialog box accessable from the menubar that saves the words in the word list window. https://pythonspot.com/en/pyqt5-file-dialog/ - Add a load-a-file accessable from the menubar that loads a text file into the word list window. - Add a button that sets (using the font dialog box) the font of the word list window - Add a dialog that sets (using the color selector box) the color of the word list window - Add a progress bar for some operation - Add a slider that controls font size https://pythonprogramminglanguage.com/pyqt5-sliders/ - Add a checbox that decides if this is case sensitive or not. - Convert the progam to use a textarea instead of a QTreeWidget -or- Convert the program to use a QListWidget https://stackoverflow.com/questions/23835847/how-to-remove-item-from-qlistwidget Do any 8 of the 10. Due Thr Nov 2nd