Wow very terminal doge
github.com
Wow very terminal doge
1–10 of 11 posts
Re: Wow very terminal doge
#2Re: Wow very terminal doge
#3What did you use for the terminal (shibe) art?
It's pretty easy to use. The problem is usually to create good input for it. I spent roughly an hour in GIMP just tweaking the original doge.png and trying to get good dithering for the colors.
Re: Wow very terminal doge
#4 very humor
enough
wow still doge
homepage again
stop now
done shibeRe: Wow very terminal doge
#5What did you use for the terminal (shibe) art?
https://github.com/rossy2401/img2xterm It's pretty easy to use. The problem is usually to create good input for it. I spent roughly an hour in GIMP just tweaking the original doge.png and trying to get good dithering for the colors.
Re: Wow very terminal doge
#6What did you use for the terminal (shibe) art?
https://github.com/rossy2401/img2xterm It's pretty easy to use. The problem is usually to create good input for it. I spent roughly an hour in GIMP just tweaking the original doge.png and trying to get good dithering for the colors.
Re: Wow very terminal doge
#7Earlier quoted context omitted.
https://github.com/rossy2401/img2xterm It's pretty easy to use. The problem is usually to create good input for it. I spent roughly an hour in GIMP just tweaking the original doge.png and trying to get good dithering for the colors.
What's that font in the terminal? Inconsolata?
Re: Wow very terminal doge
#8Earlier quoted context omitted.
https://github.com/rossy2401/img2xterm It's pretty easy to use. The problem is usually to create good input for it. I spent roughly an hour in GIMP just tweaking the original doge.png and trying to get good dithering for the colors.
This is worth a few good giggles from my friends so good job! Just a few questions after peeking through the source: how long did it take you? Why is it so much more complicated than it seems on first impression? What was the hardest part?
I never felt it looked complicated. The code is not even 300 lines, and at least I feel that the abstraction is all right. I wrote the code to be flexible, and because of that, adding piping to stdout was really simple. What parts of the code do you find complicated?
The hardest part was getting the Python packaging right, haha. It was difficult to get the doge.txt file distributed in the package in a path that would work both when installed to site-packages and that would work whilst developing. I have since started doing more Python packaging for my other projects (I'm on a contribution streak, so I do a lot right now) and it's gotten a lot easier.