Skip to main content

Consolor provides highlighting functions for terminals.

Project description

https://travis-ci.org/paetzke/consolor.png?branch=master https://coveralls.io/repos/paetzke/consolor/badge.png?branch=master https://pypip.in/v/consolor/badge.png

Consolor provides highlighting functions for terminals.

It comes with there 3 functions:

get_line

Returns a string with the given formatting.

print_line

Prints a string with the given formatting.

update_line

Overwrites the output of the current line and prints s on the same line without a new line.

All these functions accept the following formatting parameters:

  • bold: bool, default False

  • underline: bool, default False

  • blinking: bool, default False

  • color: str, default None

  • bgcolor: str, default None

https://paetzke.me/static/images/consolor.png

Some examples:

import consolor

consolor.print_line('light green', color=consolor.Color.LightGreen)
consolor.print_line('underline', underline=True)
consolor.print_line('green bg', bgcolor=consolor.BgColor.Green)
consolor.update_line('0%')
consolor.update_line('100%')
print()

For more colors and background colors see consolor.Color and consolor.BgColor.

You can also use it in builtin print():

import consolor

print(consolor.Color.Red, 'Red')
print('Red two')
print(consolor.Color.Reset, end='') # You have to handle resetting your self.
print('Not Red')

print(consolor.BgColor.Red, 'Red')
print('Red two', consolor.BgColor.Reset)
print('None')

To install consolor use pip.

pip install consolor

Bugs and improvements

Feel free to open tickets or send pull requests with improvements. These contributors have done so.

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

consolor-0.1.2.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

consolor-0.1.2-py2.py3-none-any.whl (5.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for consolor-0.1.2.tar.gz
Algorithm Hash digest
SHA256 dbfd70cf71bcf0788359ba06468bd1e663b3dbc1c5314d41e5016a14b9186485
MD5 de7b9824fcc08e3f9489dc27c083449b
BLAKE2b-256 941cd005f288aae9c872541d9fb5ae21abdc3981d8e30f9827ab8517e9077c16

See more details on using hashes here.

File details

Details for the file consolor-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for consolor-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a90353c35aa0a915c017588edc4b2ebb7e6d21a68ea8b1a0166ec5c6fe05f7a5
MD5 8442a892dd11fd9c5128e1b9fe0a00b3
BLAKE2b-256 2694e6c185e9c381199b3965fb8c2491294acf8830e7096a7618494cd1f2a65e

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