Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 789 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 789 Bytes

WAFFLE GRAPH MAKER

A simple GUI Waffle Graph Maker using Python Matplotlib, PyWaffle and Tkinter.

Before using it, install the following libraries:

  • Matplotlib
  • Pywaffle

You can do it via pip:

pip install pywaffle, matplotlib

How to use:

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/