TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fabulous: Python library for printing images and fancy text to the terminal

105 pointsby ttaover 14 years ago

5 comments

aconover 14 years ago
This is cool, but I get the feeling it is just a workaround for the broken state of current terminals. Why are they still character based? We have had bitmap displays as long as I have had a computer, but we still emulate text terminals.<p>There are graphical terminals in programs like Maple and Matlab, and some years ago there was talk of an XML-based terminal, but nothing happens.<p>Sorry for the rant. I just couldn't help my self.
评论 #1622508 未加载
评论 #1623597 未加载
kalessinover 14 years ago
It reminds me the famous libcaca:<p><a href="http://caca.zoy.org/wiki/libcaca" rel="nofollow">http://caca.zoy.org/wiki/libcaca</a><p>One of my favorite application of the libcaca is neercs:<p><a href="http://www.youtube.com/watch?v=sQr42LjaNCY" rel="nofollow">http://www.youtube.com/watch?v=sQr42LjaNCY</a>
h0h0h0over 14 years ago
Lobstertech: I couldn't help but be reminded of the fancy things we did with ANSI graphics in the BBS days. Merging the gif/jpg to ansi converter was very clever. This could make for some interesting terminal programs.
评论 #1623601 未加载
diN0botover 14 years ago
looks very cool, but running easy_install fabulous on Mac 10.5 installed a broken version. the demo threw some errors and the whole thing blinked and didn't show all the colors. blinking terminal....<p>might work if i build it myself and sort out the ld dependencies. anyway, still a cool project. not sure i'll ever have use for it...maybe for debug apps.
评论 #1623066 未加载
评论 #1622897 未加载
评论 #1622928 未加载
评论 #1623030 未加载
gasullover 14 years ago
You can also install it via pip:<p>sudo pip install fabulous