Skip to main content

Basic support for asci color text on linux terminals

Project description

## Pryzm, color convenient class for linux/mac cli

### Install it


```pip install pryzm```

### Use it
```
from pryzm import *
pr = Pryzm()
print pr.fg('Red Text') # prints in red foreground
print pr.encode([31,47], "Red font with white background")
```

### Change log
* 0.4 Add screen_size
* 0.3 Add some cursor movement
* 0.2 Add encode convenience function
* 0.1 Initial commit, fg_ bg_ at_ functions


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

pryzm-0.0.5.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pryzm-0.0.5-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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