Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Need help setting up a PySimpleGUI progress bar that I can maually update in script
Post: RE: Need help setting up a PySimpleGUI progress ba...

Figured it out just leave everything as a single line, not a definition heres an example to help others #this Script will create a Progress Bar #The Progress will be Manually Updated using the form...
Soundtechscott GUI 1 10,081 Jun-10-2019, 06:14 AM
    Thread: Need help setting up a PySimpleGUI progress bar that I can maually update in script
Post: Need help setting up a PySimpleGUI progress bar th...

I am looking for a way to use a PYSimpleGUI progress bar... without a loop I have looked for several days on the internet with no luck to find an example. seems everybody does their example with a lo...
Soundtechscott GUI 1 10,081 Jun-10-2019, 03:15 AM
    Thread: is there an easy way to add a progress bar/counter to an existing script
Post: RE: is there an easy way to add a progress bar/cou...

can I break these up into separate defeinition? def script(): progress(0,'running task 1') task() def script2(): progress(20,'running task 2') task() def script3(): progress(40,...
Soundtechscott General Coding Help 6 4,729 Jun-09-2019, 04:58 AM
    Thread: is there an easy way to add a progress bar/counter to an existing script
Post: RE: is there an easy way to add a progress bar/cou...

I'm not downloading or loading anything I just want a bar that increase as it steps thru the script my script is set up like this step 1 do some of the script step 2 do more of the script step 3 d...
Soundtechscott General Coding Help 6 4,729 Jun-09-2019, 02:54 AM
    Thread: is there an easy way to add a progress bar/counter to an existing script
Post: is there an easy way to add a progress bar/counter...

I have a script that is complete, working well but I'd like to add a progress bar or a step couter of some sort without having to redo teh entire script I'm having a problem finding a progress bar I ...
Soundtechscott General Coding Help 6 4,729 Jun-09-2019, 01:36 AM
    Thread: after using openpyxl to add colors to script, black shows up white online in excel
Post: RE: after using openpyxl to add colors to script, ...

FYI.... Changing the Colro from '000000' to '0C0C0C'.... seems to work doesnt solve the problem, but it is a work around for now
Soundtechscott General Coding Help 1 3,678 Jun-08-2019, 10:33 PM
    Thread: after using openpyxl to add colors to script, black shows up white online in excel
Post: after using openpyxl to add colors to script, blac...

hi, I'm scott I'm reasonably new to python.. but learning as I go long story as short as I can make it I have a script that takes some excel data, uses pandas to sort it then a use openpyxl to add so...
Soundtechscott General Coding Help 1 3,678 Jun-08-2019, 08:37 PM

User Panel Messages

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