Skip to content

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

Notifications You must be signed in to change notification settings

ricardotachinardi/WAFFLEGRAPHMAKER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published

Languages