CSSG-Labs / PyNote

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

Added open function to open file and read content to text box #20

Closed PatrickBruso closed 2 years ago

PatrickBruso commented 2 years ago

Defined "open" function that will call filedialog for the user to select a text file, and then read that text file into the text box. It will also save the file location to the global file_location variable. The open function is connected to the "Open" label in the file menu.