Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Please help to make the code smaller
Post: RE: Please help to make the code smaller

(Feb-22-2021, 10:54 PM)BashBedlam Wrote: One way to go about it would be to put all of those labels into a list like so: from tkinter import * window = Tk() data = [['100%', '80%', '60%', '40%'...
dexomol Code Review 2 2,984 Feb-26-2021, 09:56 PM
    Thread: Please help to make the code smaller
Post: Please help to make the code smaller

Hi, can some one show me a way to write this code in a shorter way? :) Can't find a way to make the labels configure more compact with iteration. from tkinter import * window = Tk() data = [['100%...
dexomol Code Review 2 2,984 Feb-22-2021, 08:08 PM

User Panel Messages

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