xart
1.0.0
xart
adalah perpustakaan Python murni yang menyediakan cara mudah untuk menghasilkan teks seni ascii. Hidup ini singkat, jadilah tenang.
██╗ ██╗ █████╗ ██████╗ ████████╗
╚██╗██╔╝██╔══██╗██╔══██╗╚══██╔══╝
╚███╔╝ ███████║██████╔╝ ██║
██╔██╗ ██╔══██║██╔══██╗ ██║
██╔╝ ██╗██║ ██║██║ ██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝
$ xart -h
usage: __init__.py [-h] [-f FONT] [-c COLOR] [-i] [-s] [-l] [-v]
xart : generate art ascii texts.
optional arguments:
-h, --help show this help message and exit
-f FONT, --font FONT font to render with, default random
-c COLOR, --color COLOR
font color, default WHITE, all : BLACK, RED, GREEN,
YELLOW, BLUE, PURPLE, CYAN, GRAY, WHITE
-i, --info show information of given font
-s, --show show random fonts
-l, --list list all supported fonts
-v, --version version
$ xart test
███ ▄████████ ▄████████ ███
▀█████████▄ ███ ███ ███ ███ ▀█████████▄
▀███▀▀██ ███ █▀ ███ █▀ ▀███▀▀██
███ ▀ ▄███▄▄▄ ███ ███ ▀
███ ▀▀███▀▀▀ ▀███████████ ███
███ ███ █▄ ███ ███
███ ███ ███ ▄█ ███ ███
▄████▀ ██████████ ▄████████▀ ▄████▀
$ xart test -f 3D_Diagonal
___ ___
,--.'|_ ,--.'|_
| | :,' | | :,'
: : ' : .--.--. : : ' :
.;__,' / ,---. / / ' .;__,' /
| | | / | : /`./ | | |
:__,'| : / / | | : ;_ :__,'| :
' : |__ . ' / | `. ' : |__
| | '.'| ' ; /| `----. | | '.'|
; : ; ' | / | / /`--' / ; : ;
| , / | : | '--'. / | , /
---`-' / `--'---' ---`-'
`----'
$ xart -cRED test
$ xart -l
xart : generate art ascii texts.
0. 1Row
1. 3-D
...
277. Wow
All 278 fonts.
$ xart -i -f Weird
weird.flf (version 2)
by: Bas Meijer [email protected] [email protected]
fixed by: Ryan Youck [email protected]
some special characters '#%*' etc. are not matching, they are from other fonts.
Explanation of first line:
flf2 - "magic number" for file identification
a - should always be `a', for now
$ - the "hardblank" -- prints as a blank, but can't be smushed
6 - height of a character
5 - height of a character, not including descenders
20 - max line length (excluding comment lines) + a fudge factor
15 - default smushmode for this font (like "-m 15" on command line)
13 - number of comment lines
$ xart -v
xart : generate art ascii fonts, version 0.1.5.
,----.. ,----, ,----..
/ / .' .' / /
/ . : ,----,' | / . :
. / ;. | : . ; . / ;.
. ; / ` ; ; |.' / . ; / ` ;
; | ; ; | `----'/ ; ; | ; ; |
| : | ; | ' / ; / | : | ; | '
. | ' ' ' : ; / /-, . | ' ' ' :
' ; ; / | / / /.`| ' ; ; / |
', / ___ ./__; : ___ ', /
; : / / . | : .' / . ; : /
.' ; | ; | .' ; | .'
`---` `--" `---' `--" `---`
xart
dihosting di PYPI dan dapat diinstal seperti:
$ pip install xart
Alternatifnya, Anda juga bisa mendapatkan kode sumber terbaru dari GitHub dan menginstalnya secara manual:
$ git clone [email protected]:xlzd/xart.git
$ cd xart
$ python setup.py install
Untuk pembaruan:
$ pip install xart --upgrade
WTFPL (di sini)