A simple GUI Waffle Graph Maker using Python Matplotlib, PyWaffle and Tkinter.
- Matplotlib
- Pywaffle
pip install pywaffle, matplotlib
There will be 6 spaces for entries:
- values
- legend (default = None)
- color name or HEX
- icons (default = None)
- x spacing (default = 0.15)
- y spacing (default = 0.15)
You don't need to fill in the entries that have a default value
The entries are the same as the parameters in PyWaffle, so you can check their documentation for more info:
PyPI Page: https://pypi.org/project/pywaffle/
Documentation: http://pywaffle.readthedocs.io/