Skip to content

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

License

Notifications You must be signed in to change notification settings

seb5433/tkinter-statistic-draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages