Tag Archives: text

PY3 with TKinter using the Grid-Row-Col method (not place,pack)

In a previous post I showed similar GUI using place,pack . Now will show similar sample GUI (Graphical User Interface) using Python 3 and Tkinter with Grid,row,col method Widgets used Window Frame Labels Buttons Canvas Circle Frame Text ScrollBar Design … Continue reading

Posted in Test Sector | Tagged , , , , , , , , , , | Leave a comment

PY3 and TKinter GUI (place and pack)

Example GUI with Python3 and Tkinter using Place and Pack (grid will be another post) Widgets used window canvas label button frame circle oval  

Posted in Test Sector | Tagged , , , , , , , | Leave a comment