Skip to main content

colorful cui utility

Project description

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")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neon-0.1.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page