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.2dev.tar.gz (1.8 kB view details)

Uploaded Source

File details

Details for the file neon-0.1.2dev.tar.gz.

File metadata

  • Download URL: neon-0.1.2dev.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for neon-0.1.2dev.tar.gz
Algorithm Hash digest
SHA256 15cc6862b154df4f508a6e627d1263d20c06119352b6e6e73fb16909dda0fb73
MD5 88eaba1e9c76dc2ba9fa0cd078380de6
BLAKE2b-256 750efdae52fa46b9160bdac66dc9d8ea9cc420620d5662be81a6e1d116e51846

See more details on using hashes here.

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