A minimalistic text editor built with Python's Tkinter library
- Creating a text editor similar to notepad, working with files and exploring more with tkinter
- Working with tkinter filedialog and scrollbar for the first time
- Python
- Tkinter
- Simply run the
main.py
file to open up the editor - User can save their notes to their desired location
- They can also open previously saved notes
- Many basic features are available on the Menu Bar