🎨 MS Paint in your terminal.
Go to file
2023-04-10 18:21:09 -04:00
.gitattributes Initial commit 2023-04-10 16:51:39 -04:00
.gitignore Initial commit 2023-04-10 16:51:39 -04:00
cspell.json Initial commit 2023-04-10 16:51:39 -04:00
LICENSE.txt Initial commit 2023-04-10 16:51:39 -04:00
paint.css Move tool buttons into a ToolsBox container and improve layout 2023-04-10 18:21:09 -04:00
paint.py Move tool buttons into a ToolsBox container and improve layout 2023-04-10 18:21:09 -04:00
README.md Initial commit 2023-04-10 16:51:39 -04:00

textual-paint

What if MS Paint isn't retro enough? You need Paint in your terminal.

This is a TUI (Text User Interface) image editor, inspired by MS Paint, and built with Textual.

Development

Install Textual:

pip install "textual[dev]"

Run supporting live-reloading CSS:

textual run --dev paint.py

Or run normally:

python paint.py

License

MIT

Unicode Symbols and Emojis for Paint Tools

  • Free-Form Select: ✂️📐🆓🕸🫥🇫/🇸
  • Rectangular Select: ▧🔲
  • Eraser: 🧼🧽🧹🚫👋🗑️
  • Fill Bucket (Flood Fill): 🌊💦💧🌈🎉🎊🪣🫗
  • Pick Color: 🎨💉
  • Magnifier: 🔍🔎👀🔬🔭🧐🕵️‍♂️🕵️‍♀️
  • Pencil: ✏️✍️🖎🖊️🖋️✒️🖆📝🖍️
  • Brush: 🖌️🖌👨‍🎨🧑‍🎨💅
  • Airbrush: 💨ᖜ╔🧴🥤🫠
  • Text: 🆎📝📄📃🔤📜A
  • Line: 📏📉📈𝈏
  • Curve: ↪️🪝🌙〰️◡◠~∼≈∽∿〜〰﹋﹏≈≋~
  • Rectangle: ▭▬▮▯◼️◻️🟧🟩
  • Polygon: ▙𝗟𝙇⬣⬟△▲🔺🔻🔳🔲🔷🔶🔴🔵🟠🟡
  • Ellipse: ⬭🔴🔵🔶🔷🔸🔹🟠🟡🟢🟣🫧
  • Rounded Rectangle: ▢

See Also

  • JavE, an advanced Java-based ASCII art editor
  • Playscii, a beautiful ANSI art editor