archive
/
Printr
Archived
1
Fork 0
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.
Go to file
Jake Howard 7a4aed96c0 Merge branch 'development' of github.com:RealOrangeOne/Printr 2015-10-08 22:31:35 +01:00
printr Large restructure 2015-10-08 15:39:22 +01:00
tests Large restructure 2015-10-08 15:39:22 +01:00
.gitignore Changed readme information 2015-09-28 21:05:31 +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.md Update version 2015-10-08 22:25:40 +01:00
convert-readme.sh Changed details and readme format 2015-09-28 21:08:20 +01:00
details.json Update version 2015-10-08 22:25:40 +01:00
setup.py Large restructure 2015-10-08 15:39:22 +01:00

README.md

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.

Alternatively, you can download directly from Pypi here.

Usage

import printr

printr.get_version()
>>> 0.0.3

The printr module contains various different printrs to assist you. You can find more information about these printrs on the wiki.

The main reason I wrote this project was to simplify status output for my projects, and because I'd never written a PyPi package before.