neon 0.1.2
colorful cui utility
Neon is colorful cui utility (on Linux terminal).
Neon is very simple.
import sys
from neon import colorful
sys.stdout.write(colorful("test"))
dynamic change color example
import sys
from neon import colorful
s = "NEON is colorful cui utility"
for i in xrange(0, len(s) + 1):
sys.stdout.write(colorful(s[:i], start=i))
sys.stdout.flush()
time.sleep(0.5)
sys.stdout.write("\r")
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| neon-0.1.2.tar.gz (md5) | Source | 2011-12-10 | 1KB | 191 | |
- Author: yoichi.hiromoto
- Home Page: https://github.com/yoichi-hiromoto/neon
- Keywords: neon colorful cui enjoy happy funny
- License: Python Software Foundation License
- Categories
- Package Index Owner: yoichi.hiromoto
- DOAP record: neon-0.1.2.xml
