textual-paint

MS Paint in your terminal

TLDR

Launch the editor
$ textual-paint
Open an ANSI art file
$ textual-paint [drawing.ans]
Launch with dark theme and ASCII-only mode
$ textual-paint --theme dark --ascii-only

SYNOPSIS

textual-paint [options] [filename]

DESCRIPTION

textual-paint is a TUI image editor that faithfully recreates the classic MS Paint experience in the terminal. It includes all MS Paint tools (pencil, brush, shapes, text, selection, fill, eraser, etc.), supports multiple file formats (ANSI, PNG, BMP, SVG, HTML), undo/redo, and is localized in 26 languages.

INSTALL

yay -S textual-paint

HISTORY

textual-paint was created by Isaiah Odhner (1j01) and is written in Python using the Textual framework.

SEE ALSO

chafa(1), figlet(1)