mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 14:21:33 +03:00
1f3809999e
I mean, let's be honest, most of these symbols are garbage candidates. But these ones I accidentally left from trying to get ChatGPT to find emoji for me. More helpful were https://emojidb.org/ and http://shapecatcher.com/
1.6 KiB
1.6 KiB
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
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 ASCII/ANSI art editor
- cmdpxl, a pixel art editor for the terminal using the keyboard
- pypixelart, a pixel art editor using vim-like keybindings, inspired by cmdpxl but not terminal-based