updating

Updating options in optionmenu Tkinter

Updating options in optionmenu Tkinter Question: I am currently writing on a small hobby project and I have a problem concerning my list "dice" while using the dropdown menu it only ever shows the first iteration of the list (the single 0) but it is supposed to be updated in the dropdown menu after each …

Total answers: 1

Text progress bar in terminal with block characters

Text progress bar in terminal with block characters Question: I wrote a simple console app to upload and download files from an FTP server using the ftplib. I would like the app to show some visualization of its download/upload progress for the user; each time a data chunk is downloaded, I would like it to …

Total answers: 31