Exercise: Tk - Notepad
-
Create a Notepad like text editor.
-
It needs to have a menu called File with item: New/Open/Save/Save As/Exit
-
It needs to have an area where it can show the content of a file. Let you edit it.
-
Create a menu called About that displays an about box containing the names of the authors of the app.
-
Menu item to Search for text.