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")
Release files for neon 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| neon-0.1.2.tar.gz | 1.8 kB | Details |
Release files / neon-0.1.2.tar.gz
| Download URL | neon-0.1.2.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9a3807d709b4b1f9c25febe54ff3e6f435273d0b34dfe34c70094818b106a619
|
|
BLAKE2b-256 checksum How to use checksums |
8b27b86a786f71b10746b0355ed8be4b5d8677a4774f2994457a145d53391f1c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |