No description
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2015-09-26 21:38:58 +01:00
printr Added initialisation and version getting function 2015-09-26 21:38:58 +01:00
.gitignore Modified for pip build 2015-09-26 14:25:48 +01:00
convert-readme.sh Changed readme 2015-09-26 15:26:27 +01:00
details.json Added initialisation and version getting function 2015-09-26 21:38:58 +01:00
LICENSE Initial commit 2015-09-26 13:46:20 +01:00
MANIFEST.in Added more information for pypi 2015-09-26 15:06:52 +01:00
README Added installation instructions 2015-09-26 15:56:55 +01:00
README.md Added installation instructions 2015-09-26 15:56:55 +01:00
setup.py Added initialisation and version getting function 2015-09-26 21:38:58 +01:00

Printr

Printr is a simple PyPi module that allows for print statements to be replaces with a new line. Particularly useful for displaying progress messages.

Installation

Installation can be done using pip in the standard way;

pip install python-printr

If you have python 3 installed, then install using pip3. There are no dependancies for this package, so installation should go ahead fine.