Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 509 Bytes

readme.md

File metadata and controls

16 lines (13 loc) · 509 Bytes

wrote

A minimalistic text editor built with Python's Tkinter library

Motivation

  1. Creating a text editor similar to notepad, working with files and exploring more with tkinter
  2. Working with tkinter filedialog and scrollbar for the first time

Requirements

  • Python
  • Tkinter

How to use

  • 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