PyColorTerm allows you to write colored and styled lines out in the terminal from Python and in a pythonic way
Project description
===============================
PyColorTerm
===============================
.. image:: https://badge.fury.io/py/pycolorterm.png
:target: http://badge.fury.io/py/pycolorterm
.. image:: https://travis-ci.org/dnmellen/pycolorterm.png?branch=master
:target: https://travis-ci.org/dnmellen/pycolorterm
.. image:: https://coveralls.io/repos/dnmellen/pycolorterm/badge.png
:target: https://coveralls.io/r/dnmellen/pycolorterm
.. image:: https://pypip.in/d/pycolorterm/badge.png
:target: https://crate.io/packages/pycolorterm?version=latest
PyColorTerm allows you to write colored and styled lines out in the terminal from Python and in a pythonic way
* Free software: BSD license
* Documentation: http://pycolorterm.rtfd.org.
Features
--------
* Get your line prints pretty with color and style formatting
* Python 3 ready!
* Pythonic
Getting started
--------
Installation
===========
.. code-block :: bash
$ pip install pycolorterm
Usage
============
.. code-block :: python
from pycolorterm import pycolorterm
with pycolorterm.pretty_output(pycolorterm.FG_GREEN) as out:
out.write('Works OK!')
History
-------
0.1.0 (2013-09-20)
++++++++++++++++++
* First release on PyPI.
0.1.1 (2013-09-20)
++++++++++++++++++
* Revision with 100% code coverage
PyColorTerm
===============================
.. image:: https://badge.fury.io/py/pycolorterm.png
:target: http://badge.fury.io/py/pycolorterm
.. image:: https://travis-ci.org/dnmellen/pycolorterm.png?branch=master
:target: https://travis-ci.org/dnmellen/pycolorterm
.. image:: https://coveralls.io/repos/dnmellen/pycolorterm/badge.png
:target: https://coveralls.io/r/dnmellen/pycolorterm
.. image:: https://pypip.in/d/pycolorterm/badge.png
:target: https://crate.io/packages/pycolorterm?version=latest
PyColorTerm allows you to write colored and styled lines out in the terminal from Python and in a pythonic way
* Free software: BSD license
* Documentation: http://pycolorterm.rtfd.org.
Features
--------
* Get your line prints pretty with color and style formatting
* Python 3 ready!
* Pythonic
Getting started
--------
Installation
===========
.. code-block :: bash
$ pip install pycolorterm
Usage
============
.. code-block :: python
from pycolorterm import pycolorterm
with pycolorterm.pretty_output(pycolorterm.FG_GREEN) as out:
out.write('Works OK!')
History
-------
0.1.0 (2013-09-20)
++++++++++++++++++
* First release on PyPI.
0.1.1 (2013-09-20)
++++++++++++++++++
* Revision with 100% code coverage
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
pycolorterm-0.1.2.tar.gz
(4.9 kB
view details)
File details
Details for the file pycolorterm-0.1.2.tar.gz
.
File metadata
- Download URL: pycolorterm-0.1.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 634f92d17c612c384e23beea760fbc37892ee4d3e727368c44e7a9e72255a1b7 |
|
MD5 | bd03dc97b5b9da2936853bb6a9af7d74 |
|
BLAKE2b-256 | c730163c4b64ba4c89391bd44bd5310309b827d4bdb4318b61db0e56c547a319 |