Skip to content

xxao/perrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perrot

The perrot library is an extension of the original pero drawing library to make simple plots and charts. Please see the examples folder or in-code documentation of classes and functions to learn more about the perrot library capabilities. I also strongly recommend to check details of the pero itself.

Requirements

Installation

The perrot library is fully implemented in Python. No additional compiler is necessary. After downloading the source code just run the following command from the perrot folder:

$ python setup.py install

or simply use pip

$ pip install perrot

Examples

In the examples folder you will find sample codes to generate and understand all the following images. Check the image name and find corresponding python draw file.

Disclaimer

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Please note that the pero library is still in an alpha state. Any changes in its API may occur.