当前位置: 首页 > 工具软件 > Fabulous > 使用案例 >

Fabulous — fabulous v0.1.5 documentation

林弘文
2023-12-01

Fabulous — fabulous v0.1.5 documentation

Fabulous

Version:0.2
Copyright:Copyright (c) 2010 J.A. Roberts Tunney

Installation

Run the following commands:

sudo apt-get install gcc python-imaging python-setuptools
sudo easy_install -U fabulous

Command Line Interface

If you’re not a Python programmer, you can use fabulous on the command
line to accomplish certain tasks. When printing images or fancy text,
the image will automatically be resized to fit inside your terminal.

Print an image:

python -m fabulous.image lolcat.png

Save image to a file: (perhaps to include in your /etc/motd)

python -m fabulous.image lolcat.png >lolcat.ansi.txt

Print fancy text:

python -m fabulous.text hello kitty
python -m fabulous.text --skew=4 --shadow hello kitty
python -m fabulous.text --help
posted on 2012-05-16 15:25  lexus 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/lexus/archive/2012/05/16/2504054.html

 类似资料:

相关阅读

相关文章

相关问答