浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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  阅读(283)  评论(0)    收藏  举报