ToneseekerMusical / PPIM

Python PayloadCMS Instance Manager
MIT License
2 stars 0 forks source link

Tie the dependency setup progress to the progress bar #12

Open ToneseekerMusical opened 1 year ago

ToneseekerMusical commented 1 year ago

Currently, the progress bar is set to display as indeterminate, but it needs to be tied to the progress of the thread that the install button spawns. Currently, I'm unsure as to how to do so, and other items are more important, but it will be addressed as soon as possible.

ToneseekerMusical commented 1 year ago

I may be able to communicate with the download process by using the resources here: https://gist.github.com/somada141/b3c21f7462b7f237e522 https://stackoverflow.com/questions/41106599/python-3-5-urllib-request-urlopen-progress-bar-available https://www.alpharithms.com/progress-bars-for-python-downloads-580122/

This still leaves the question of the extraction progress