QuantumWizard888 / Aurora-Text-Editor

Minimalistic text editor created with Python and Tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (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!

About

Minimalistic text editor created with Python and Tkinter

License:MIT License


Languages

Language:Python 97.6%Language:Batchfile 2.4%