/gap_eul

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SIMPLE 📝

License Language

          ________________________________  ___     _________
         /  _____/__   ___/        /  _   \/  /\   /  ______/\
        /  /____   /  /  /  /  /  /  /_/  /  / /  /  /_____ \/
       /____   /\ /  /  /  /  /  /  _____/  / /  /  ______/\
      _____/  /__/  /__/  /  /  /  /\___/  /____/  /_____ \/
     /_______/________/__/__/__/__/ /  /_______/________/\
     \_______\________\__\__\__\__\/   \_______\________\/


 Remedying the pain of graphical user interface editing since 2106

Simple is a simple, more simple and very simple text editor with python, python-tk. https://github.com/hjoo5/gap_eul

SIMPLE in action
Save in action Open in action

Team member

  • Joonhyuk Yang (JoonHyukYang) - Maintainer
  • Oh Hyunjoo (hjoo5) - Designer

Features

  • Very Simple Design
  • Easy Undo/Redo (Ctrl + Z, Ctrl + Y)
  • Find and Find next (Ctrl + F, Ctrl + D)
  • Lots more...

Try it!

You can just clone the repo, and try SIMPLE.

git clone https://github.com/hjoo5/gap_eul.git
cd gap_eul

Installation

Install tkinter the latest version from PIP:

sudo pip3 install python-tk

Usage

python3 texteditor.py

Notes

  • Must use Python 3.3 or higher for proper character encoding support.
  • The master branch is considered stable.
  • Tested on Unix.

No dependencies outside the Python Standard Library required.

Goals

  • Built in multi cursor support.
  • Multi cursor should be comparable to Atom.
  • Develop SIMPLE with SIMPLE!!!
  • Syntax highlighting with Text Mate themes

Description

SIMPLE is an intuitive graphical user interface text editor.
It is as easy as nano and Vi.
SIMPLE is licensed under the GPL3.0 license.

Configuration

Main Config

We do not support it yet.

Keymap Config

  • Ctrl + N

    New Command

  • Ctrl + O

    Open Command

  • Ctrl + S

    Save Command

  • Ctrl + Shift + S

    Save As Command

  • Ctrl + Q

    Exit Command

  • Ctrl + Z

    Undo Command

  • Ctrl + Y

    Redo Command

  • Ctrl + X

    Cut Command

  • Ctrl + C

    Copy Command

  • Ctrl + V

    Paste Command

  • Ctrl + F

    Find Command