Using Python turtle
, how can I maximize the window?
I can get the Tk Canvas, but Canvas doesn't seem to have a maximize method.
I can set the width and height using turtle.setup
, but this isn't the same as maximize = e.g. width=1.0
will overlap the menu bar.
Tk root zoomed doesn't seem to work either, although perhaps I'm not finding the root
properly.