ASCII Draw – Draw Anything Using ASCII Characters

ASCII Draw is a free and open source ASCII drawing software for Linux. Using ASCII Draw, you can draw and create beautiful drawing using ASCII Characters. It comes with rectangle, line arrow, picker tool and freehand tools. You can also insert text using text tool and erase the drawing using eraser tool. It is written in Python and released under GNU General Public License v3.0.

ASCII Draw

How to Install ASCII Draw on Ubuntu

To install ASCII Draw on your system , you need flatpak and flathub on your system. If you don’t have then install it using below commands.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

After that open the terminal application and run below ASCII Draw flatpak install command. It will install the latest version of ASCII Draw on your system.

flatpak install flathub io.github.nokse22.asciidraw

You can open it using the Show Apps menu from the dock or via below command.

flatpak run io.github.nokse22.asciidraw

And also uninstall it using below commands.

flatpak uninstall io.github.nokse22.asciidraw

[OR]

sudo flatpak uninstall io.github.nokse22.asciidraw
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  How to Play Audio Files on Ubuntu Terminal Using Sox

Leave a Reply