Textual Paint is an image editor TUI (Text User Interface), inspired by MS Paint, written in Python with the Textual library.
How about testing and using this beauty?!
To install it is very simple, just Pip:
If your system presents any criticism during the installation, it’s probably because it adopts some security policies and you need to install in a virtual environment.
To do this, run the commands in order:
textual-paint
:If you want to add it as a quick command, create an alias:
Now just use the command:
For more information, access the official Textual Paint repository: https://github.com/1j01/textual-paint.