download_utils
bar_progress(current, total, width=80)
Display a progress bar for a download.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
current
|
int
|
The current progress value. |
required |
total
|
int
|
The total progress value. |
required |
width
|
int
|
The width of the progress bar in characters. Defaults to 80. |
80
|
Returns:
Type | Description |
---|---|
None |