Skip to main content

ANSI cursor movement and graphics

Project description

Various ANSI escape codes, used in moving the cursor in a text console or rendering coloured text.

Example

Print something in bold yellow on a red background:

>>> from ansi.colour import fg, bg, reset
>>> print map(str, [bg.red, fg.yellow, 'Hello world!', reset])
...

If you like syntactic sugar, you may also do:

>>> print bg.red(fg.yellow('Hello world!'))
...

Also, 256 RGB colors are supported:

>>> from ansi.colour import rgb, reset
>>> print rgb(0xff, 0x80, 0x00) + 'hello world' + reset
...

If you prefer to use American English in stead:

>>> from ansi.color import ...

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

ansi-0.1.4.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file ansi-0.1.4.tar.gz.

File metadata

  • Download URL: ansi-0.1.4.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for ansi-0.1.4.tar.gz
Algorithm Hash digest
SHA256 1b679136040471a1494722edfaed51db9b31050f168560dfa95ce209236a657f
MD5 ca49900668af910b78bf13c26f18e1e5
BLAKE2b-256 a9682befa81097d26b0810c88c9f132117058f24552484b3db72faf54190f852

See more details on using hashes here.

Supported by

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