/Simple-Python-Text-Editor

Very simple Python text editor that can create and edit files

Primary LanguagePythonThe UnlicenseUnlicense

Python text editor

GUI desktop app made with Python. Made for creating, saving or editing text files
Created using the PySimpleGui library. You need to install that library in order to run the source code (src/main.py).
You can install this library using pip ( pip install pysimplegui ).

Default save location for files is ./savedFiles but you can change it from the GUI.

Packaged executables for Windows and Linux are available in Releases.

Screenshots from the program

Choose directory

Main window

Main window

Opened note

Open note

New file window

New file