Hello All from rural Maine. QAAA.py is a novel drawing app, which uses text to draw pictures. Some of y'all might have been around at a time when ASCII text was more prevalent.
Well anyway, this app is designed to be cross platform though I'm still working out a bug in Windows, where the transparent window is not transparent. Regardless, it still works...
The main goal was to allow text drawing in ways that are not available in a text editor. The visual component allows rendering text in a variety of colors. using WASD, Arrow keys, a mouse or drawing tablet, text may be creates anywhere in the window with point an click mechanics.
Show the cursor by typing C
Erase the whole page by typing R
Erase single characters, by pressing E
Brushes, are configurable beyond opening the source code and editing, Press Ctrl+B to define your own text strings. You can event change the Eraser to draw text.
You can populate the whole text area with repeat strings, by pressing P. Press H for help,

0-9 change text color.
Files may be saved as text. The save function trims trailing white-space, but presurves empty lines. for spacing.
You may open txt files and edit them with QAAA as well. 
Working on adding a stamp editor with pre- drawn text blocks.

Mode is shown in the title bar of the main window.
The main widow starts out transparent, in Linux, press B for a background.
you can resize the window, or give the window size as command line arguments.
https://github.com/FOSSBOSS/ascii-tools/blob/main/wacasci/QAAA.py
basically I made the worlds worst text editor.