Is your feature request related to a problem? Please describe.
Addition of a progress bar will help users get a sense of how much data has been downloaded and how much data is left to be downloaded
Describe the solution you'd like
Using a library like progress from pypi https://pypi.org/project/progress/, one can identify the areas where the downloaded chunks are tracked and record it using the library.
Is your feature request related to a problem? Please describe. Addition of a progress bar will help users get a sense of how much data has been downloaded and how much data is left to be downloaded
Describe the solution you'd like Using a library like progress from pypi https://pypi.org/project/progress/, one can identify the areas where the downloaded chunks are tracked and record it using the library.