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!

Search results for query: *

  • Users: lw22
  • Content: Threads
  • Order by date
  1. lw22

    won't save variable

    this program you are trying to guess the word "hello" by typing letters in the entry fields or clicking the buttons. then the letter goes through a loop to see if its in hello then saves it to result_var. i took alot of the stuff out so you can see the program easier. alright now the problem i...
  2. lw22

    tkinter question again

    alright i'm consulting a tkinter forum right now on this but i figured that i would ask here too. i have a basic program that i would like to put into a class so i can use functions inside it. for example this is what i got so far. from Tkinter import * root = Tk() root.geometry('600x200')...
  3. lw22

    Need Tkinter button

    alright well i am not good at writing programs at all. actually im really bad at it but im trying. alright right now im tring to figure out how to change the color of a button when you click on it. for example if i have a button that says "a" and its blue, when you click on it, it will change...

Part and Inventory Search

Back
Top