AutomataRaven / azaharTEA

Text editor implemented with Python, Kivy and Pygments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AzaharTEA

AzaharTEA is a text editor with highlighting. The name is just a play with Azahar Text Editor (T.E, tea pronounced faster).

Prerequisites

To run the text editor you will need.

Features

Because the text editor is not a very complete one, here is a list of the features:

  • Text highlighting
  • Loading and saving files
  • Change the style of the text
  • Line numbers display

Suported languages for highlighting

All the lexers included in Pygments are supported. The files with .kv extension are highlighted with the kivy lexer.

Running the program

Execute azaharTEA.py in the root directory.

./azaharTEA.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Text editor implemented with Python, Kivy and Pygments.

License:MIT License


Languages

Language:Python 100.0%