Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Athos

  1. Athos

    Automatically naming objects in Tkinter

    I am creating a window with a variable number of entries powered by a list and a for statement in Tkinter.&nbsp;&nbsp;It is basically like this:<br><br>cnt = 0<br>for x in list:<br> entry = Entry(window)<br> label = Label(window, text=x)<br> label.grid(row=cnt)<br> entry.grid(row=cnt...

Part and Inventory Search

Back
Top