better_bing_image_downloader icon indicating copy to clipboard operation
better_bing_image_downloader copied to clipboard

Call back for progress

Open BubblyDevil opened this issue 1 year ago • 2 comments

First of all thank you for your library. I am using it in a PyQT5 python application. Is there any way to get the progress update to my calling function so that I can update the progress bar on my GUI

BubblyDevil avatar May 08 '24 05:05 BubblyDevil

I didnt understand the requirement tho ? Are u suggesting some sort of API call to connect to GUI part with progress bar ?

KTS-o7 avatar May 08 '24 18:05 KTS-o7

Normally I am importing your library and then issuing the download command. While in command line it shows the progress. I want to show this progress in my gui. Let say I am downloading 10 images of cats. So for every complete image downloaded my progress bar (the pyqtprogressbar on my gui) should move 10%.

BubblyDevil avatar May 09 '24 11:05 BubblyDevil

We currently dont have an API so far. Feel free to add it tho.

KTS-o7 avatar Jun 30 '24 18:06 KTS-o7