PySimplePlotter is a GUI to create simple plots.
PySimplePlotter is still in development. The only installation method is to clone the repo and manually install its dependencies:
-
Clone the repo
git clone [email protected]:wodend/pysimpleplotter.git -
Install the dependencies
pip install pandas matplotlib pysimplegui
Start PySimplePlotter:
pysimpleplotter
- Add to PyPi for install
- Add more detail to the README Usage section
- Add in-line documentation
- Add Windows executable installer