CSSG-Labs / PyNote

Text Editor Written in Python
GNU General Public License v3.0
3 stars 4 forks source link

Add Application class to program to structure main application #5

Closed PatrickBruso closed 2 years ago

PatrickBruso commented 2 years ago

We need to refactor the current code to create an Application class for the main app code. See section 24.1.2.2 of the official Tkinter docs for an example of an application using a class, but beware that the code is slightly outdated. Please do not change the current import statements in the program.