/pdfkivygui

Pandas Dataframe Kivy GUI

Primary LanguagePythonMIT LicenseMIT

pdfkivygui

Pandas Dataframe Kivy Gui (pdfkivygui) is a Python package that allows you to use Pandas Dataframe with matplotlib in a custom kivy widget. I started with a fork of PandasDataframeGuiKivy created by Michael Stott, which was based on PandasDataFrameGui which was created by bluenote10. After 24 hours of working and modifying my original fork, I decided to recreate the entire library. Thus pdfkivygui was born.

Features

  • Enables properties so you can customize the graph without having to touch source code.
  • Will be packaged up and put up on PyPI for easy install into any project.

Docs and Screenshots

Documentation can be found here

Bar Graph

Line Graph

Installation

Until a stable version is created you can install via pip install from this repo. Please note that until a release is created the package may be unstable.

pip install git+https://github.com/jefpadfi/pdfkivygui