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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for neon-0.1.2.tar.gz
Algorithm Hash digest
SHA256 9a3807d709b4b1f9c25febe54ff3e6f435273d0b34dfe34c70094818b106a619
MD5 be8fce4527a7414309752d72037cad43
BLAKE2b-256 8b27b86a786f71b10746b0355ed8be4b5d8677a4774f2994457a145d53391f1c

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