Metadata-Version: 2.1
Name: ezzdl
Version: 3.0.0
Summary: Cool download manager based on rich and its sample code
Home-page: https://github.com/BarsTiger/ezzdl
Author: BarsTiger
License: MIT
Keywords: threading,thread,decorator,crossplatform
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# ezzdl
Multithreaded downloader with textui colored progress bar

```bash
pip install ezzdl
```

# Use
```python
>>> from ezzdl import dl
>>> dl(["https://github.com/Cactus-0/cabanchik/raw/master/dist/cabanchik.zip",
...         "https://github.com/BarsTiger/daun/raw/master/dist/daun.exe",
...         "https://github.com/BarsTiger/localhost-mc-open/raw/master/localhost_3000_Mc_fusion.exe"],
...         "folder")
[16:20:15] Requesting https://github.com/Cactus-0/cabanchik/raw/master/dist/cabanchik.zip
[16:20:15] Requesting https://github.com/BarsTiger/daun/raw/master/dist/daun.exe
[16:20:15] Requesting https://github.com/BarsTiger/localhost-mc-open/raw/master/localhost_3000_Mc_fusion.exe
[16:20:20] Downloaded D:\Path\To\Folder\folder\daun.exe
[16:20:21] Downloaded D:\Path\To\Folder\folder\cabanchik.zip
[16:20:32] Downloaded D:\Path\To\Folder\folder\localhost_3000_Mc_fusion.exe
               cabanchik.zip в”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓ 100.0% вЂў 13.2/13.2 MB вЂў 2.2 MB/s вЂў 0:00:00
                    daun.exe в”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓ 100.0% вЂў 11.4/11.4 MB вЂў 2.2 MB/s вЂў 0:00:00
localhost_3000_Mc_fusion.exe в”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓв”Ѓ 100.0% вЂў 37.7/37.7 MB вЂў 2.3 MB/s вЂў 0:00:00
```

# Features
- Automatically downloads files from a list of urls and generates its names
- Will create a folder with if it doesn't exist
- Colored


