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
- Host: GitHub
- URL: https://github.com/quantumwizard888/aurora-text-editor
- Owner: QuantumWizard888
- License: mit
- Created: 2024-04-23T14:24:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T10:08:49.000Z (about 1 year ago)
- Last Synced: 2024-05-16T17:45:15.130Z (about 1 year ago)
- Topics: beginner, beginner-friendly, gui, gui-application, learning, python, python3, text-editor, tkinter, tkinter-gui, tkinter-python, vanilla-python
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!