raipy

=====



This program provides you with a general GUI interface for your python

program. Specifically,it takes charge of displaying measured values to

LCD displays, drawing graphs,creating a data file and writing data to

it. It also gives you a dynamic way to control your program.



Installation

------------



::



    pip install raipy



Usage

-----



just execute GUI.py like python GUI.py or



.. code:: python



    import raipy

    raipy.exe()



.. figure:: https://github.com/threemeninaboat3247/raipy/blob/master/raipy.png

   :alt: 



