TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

105 点作者 tta将近 15 年前

5 条评论

acon将近 15 年前
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 未加载
kalessin将近 15 年前
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>
h0h0h0将近 15 年前
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 未加载
diN0bot将近 15 年前
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 未加载
gasull将近 15 年前
You can also install it via pip:<p>sudo pip install fabulous