Randomly add buttons to Tkinter GUI?

Posted by Zachary Brown on Stack Overflow See other posts from Stack Overflow or by Zachary Brown
Published on 2010-05-18T00:40:30Z Indexed on 2010/05/18 0:50 UTC
Read the original article Hit count: 345

Filed under:
|
|
|
|

How do I randomly add buttons to a Tkinter GUI? I need it to be able to create a button, then put it anywhere on the window, is this possible? I am using Python 2.6 on Windows.

© Stack Overflow or respective owner

Related posts about random

Related posts about tkinter