IamNanjo / Simple-Python-Text-Editor

Very simple Python text editor that can create and edit files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Very simple Python text editor that can create and edit files

License:The Unlicense


Languages

Language:Python 100.0%