Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: getting Entry text
Post: RE: getting Entry text

u need define the function first like this. import tkinter as tk class Print: def __init__(self): Value = entry.get() print(Value) root = tk.Tk() label = tk.Label(root, text="Entry...
Orimura_Sandy GUI 4 2,969 May-09-2019, 04:31 PM
    Thread: Tkinter window pop up again when i click button
Post: Tkinter window pop up again when i click button

Hi guys, im new at python and new at programming code. i got confused when run a little program that i created on. so it pop up again when i click "run service", did i miss something ? thx. [Image: ht...
Orimura_Sandy GUI 1 3,293 May-09-2019, 04:24 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020