This is a simple python pretty downloader for your projects.
Project description
Pretty Downloader
📝 CONTRIBUTIONS
Before doing any contribution read CONTRIBUTING.
📧 CONTACT
Email: amng835@gmail.com
General Discord: https://discord.gg/dFD5HHa
Developer Discord: https://discord.gg/rxNNHYN9EQ
📥 INSTALLING
pip install pretty-downloader
⚙ HOW TO USE
import pretty_downloader
pretty_downloader.download(<YOUR URL>)
OR
from pretty_downloader import download
download(<YOUR URL>)
🤝 PARAMETERS
- url : str, required
- This should be the url of the file you wish to download
- file_path : str, optional
- The path to save the file (Default: "")
- file_name : str, optional
- The file name you want the file to be saved with. Should include file extension (Default: None)
- show_progress : bool, optional
- Option to disable/enable the default progress bar (Default: True)
- name : str, optional
- The name you want to appear in the progress bar (default: 'Download progress')
- block_size : int, optional
- The size of the download block (Default: 1024)
- proxies : dict, optional
- Dictionary of proxies to be used (Default: None)
- Example: {'http': 'http://135.125.218.47:8080'}
- headers : dict, optional
- Dictionary of headers (Default: None)
- Example: {'user-agent': 'Mozilla/5.0'}
- RETURNS: Path of file downloaded
🖼️ SCRIPT SCREENSHOTS & VIDEOS
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pretty-downloader-0.2.0.tar.gz
.
File metadata
- Download URL: pretty-downloader-0.2.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adf104d66670eb54075a9270f3f73f330e1da0b4484eb9bab4e2409636949e9d |
|
MD5 | 6234b3c7c744678a7b7ed1645f18214f |
|
BLAKE2b-256 | 3c0be72020791324d2406d610f4c6c2d0013bc73bcd2115c05ea2926703a0c4a |
File details
Details for the file pretty_downloader-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pretty_downloader-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08515660fe24831248c21394594a4b6c6e6cf860e22298e036a035da1ceca8ea |
|
MD5 | c1b753633666d94eb9ccdff1bcf28bcd |
|
BLAKE2b-256 | 31f3f808f630c1d61320fec15887b125f44b13ef7828f8bef66cc05028c45ee5 |