Skip to main content

colorful cui utility

Project description

(’nNeon is colorful cui utility (on Linux terminal).nnNeon is very simple.nnexamplenn::nn import sysn from neon import colorfuln n sys.stdout.write(colorful(“test”))nnndynamic color change examplenn::nn import sysn from neon import colorfuln n s = “NEON is colorful cui utility”n for i in xrange(0, len(s) + 1):n sys.stdout.write(colorful(s[:i], start=i))n sys.stdout.flush()n time.sleep(0.5)n sys.stdout.write(”r”)nn’,)

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.1dev.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