Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 477 Bytes

tkinter-statistic-draw

With this repository you can draw statistics using tkinter and of course python.

1. Fast usage

import estadistica

master = Tk()
canvas_width = 200
canvas_height = 100

view = estadistica.View(master, 450, 300)
view.make_table([45, 38, 92, 54, 100], 20, ["Geometria",
                    "Fisica", "Aritmetica", "Matematica"])

master.mainloop()

alt text