Metadata-Version: 2.1
Name: PyChart-busnellistefano
Version: 1.1.0
Summary: A simple chart class
Home-page: https://bitbucket.org/StefanoBusnelli/pychart
Author: Busnelli Stefano Antonio
Author-email: busnelli.stefano@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow

PyChart
=======

Libreria python per generare semplici grafici tramite la libreria Pillow.

Versione 1.1.0

Installazione
-------------

pip install PyChart-busnellistefano -U

Utilizzo
--------

$ python

from pychart import *
from pychart import Mapper
from pychart import Graph
from pychart import Panel 
from pychart import Chart

Classi
------

* Mapper

* Graph

* Panel

* Chart


