LinuxCommandLibrary

textual-paint

MS Paint in your terminal

TLDR

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

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.

HISTORY

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

SEE ALSO

chafa(1), moebius(1), figlet(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard