asciiquarium.live
Watch the asciiquarium in any terminal using curl (by kilimnik)
ascii-image-converter
A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art! (by TheZoraiz)
asciiquarium.live | ascii-image-converter | |
---|---|---|
2 | 13 | |
19 | 2,389 | |
- | 4.7% | |
5.0 | 0.0 | |
over 1 year ago | 9 months ago | |
Go | Go | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
asciiquarium.live
Posts with mentions or reviews of asciiquarium.live.
We have used some of these posts to build our list of alternatives
and similar projects.
ascii-image-converter
Posts with mentions or reviews of ascii-image-converter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-18.
-
Help creating terminal art
I prefer https://github.com/TheZoraiz/ascii-image-converter
-
Ask HN: Where can ASCII Art be Commissioned?
Have you tried searching for "ASCII art converter"? A casual search shows a bunch of websites or standalone programs that do so, e.g. https://github.com/TheZoraiz/ascii-image-converter
-
Facebook promised poor countries free internet: People got charged anyway
>>Free Facebook sucks, because you can't see images<<
im not sure how free facebook thinks of it, but something like:
https://github.com/TheZoraiz/ascii-image-converter
, might help to share images in a text only situation.
- What program is used for drawing this ascii art?
-
chuck and cheese more like chuck and poop
i'm not the person who made these, but i know a tool that can convert images to ascii or braille art
-
Chika dance ASCII
$ mkdir chika && cd chika $ wget https://thumbs.gfycat.com/BabyishSpiffyAztecant-mobile.mp4 $ wget https://github.com/TheZoraiz/ascii-image-converter/releases/download/v1.10.0/ascii-image-converter_Linux_amd64_64bit.tar.gz $ tar xvzf ascii-image-converter_Linux_amd64_64bit.tar.gz $ mkdir out && cd out $ mplayer -nosound -vo png:z=9 ../BabyishSpiffyAztecant-mobile.mp4 $ $ find . -print0 | sort -z | xargs -r0 -I % sh -c '{ ../ascii-image-converter_Linux_amd64_64bit/ascii-image-converter -b --threshold 160 %; sleep 0.01;}'
- Cross-platform CLI tool for image to ascii/braille art conversion
- ascii-image-converter doesn't work well on some images, maybe add a color-only mode?
-
Made a command-line tool for image to ascii art conversion
I recently made a command-line tool that converters images into ascii art and prints them on the console. Thought it'd be something appropriate to post in this sub :) https://github.com/TheZoraiz/ascii-image-converter
-
How do I get my command-line tool in the "apt" repositories for linux?
Also, as you can seen from the github repo, my installation instructions are very hackish and don't seem like the standard way to do it. How do I improve this and make it look more professional?