Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Displaying output in GUI ( Tkinter)
Post: RE: Displaying output in GUI ( Tkinter)

All sorted. I have put the outputs to labels. from tkinter import * window = Tk() window.title("Welcome to Dr.G app") window.geometry('700x500') window.configure(background = "#49a") my_entries = [] ...
Zouloutamtam GUI 7 18,195 Sep-29-2020, 02:08 PM
    Thread: Displaying output in GUI ( Tkinter)
Post: RE: Displaying output in GUI ( Tkinter)

If line 45 - 50 are removed. you should get a scheduled tournament after putting some names. A vs B, F vs C... I would like to get this output in Tkinker. There comes lines 45 -50. In my layman mind i...
Zouloutamtam GUI 7 18,195 Sep-28-2020, 11:47 AM
    Thread: Displaying output in GUI ( Tkinter)
Post: RE: Displaying output in GUI ( Tkinter)

I did use the print when I was in Python. Do i need to replace the word "print" I am very very new. rom tkinter import * window = Tk() window.title("Welcome to Dr.G app") window.geometry('700x500') ...
Zouloutamtam GUI 7 18,195 Sep-28-2020, 10:55 AM
    Thread: Displaying output in GUI ( Tkinter)
Post: RE: Displaying output in GUI ( Tkinter)

First of all thanks for the quick response. I did introduce widgets for my outputs. For some reasons, the code does not work. I can show you the code if you want.
Zouloutamtam GUI 7 18,195 Sep-28-2020, 10:44 AM
    Thread: Displaying output in GUI ( Tkinter)
Post: Displaying output in GUI ( Tkinter)

Hi everyone I am new to "programing". I am experiencing some problems to display my output data on Tkinter. i have been reading a lot. but i am not geting there. I am doing a round robin tournament a...
Zouloutamtam GUI 7 18,195 Sep-28-2020, 10:34 AM

User Panel Messages

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