An open API service indexing awesome lists of open source software.

https://github.com/quantumwizard888/aurora-text-editor

Minimalistic text editor created with Python and Tkinter
https://github.com/quantumwizard888/aurora-text-editor

beginner beginner-friendly gui gui-application learning python python3 text-editor tkinter tkinter-gui tkinter-python vanilla-python

Last synced: about 2 months ago
JSON representation

Minimalistic text editor created with Python and Tkinter

Awesome Lists containing this project

README

        

# Aurora Text Editor

## === About ===
Minimalistic text editor created with Python and Tkinter. If you need to write simple TXT files so this is what you need. No more, no less.

## === Features ===
- Themes
- Font Styles
- Basic text statistics
- Portable

## === How to compile ===
To compile you need to install [Nuitka](https://nuitka.net/) (Python code to C code converter, which uses the default C compiler in your OS to build the program):
- For standard build run:
```
build.bat
```

- For standalone build run:
```
build_standalone.bat
```

> **NOTE**: Your antivirus software may trigger because of the EXE file, but don't worry, it's false positive. Just add this file as exception.

## === Why? ===
Consider this program as a lesson for those who want to write their own text editor or other GUI program using Python and Tkinter. Enjoy!