Skip to main content

This is a simple python pretty downloader for your projects.

Project description

Pretty Downloader Version Python_Version License Donate CodeQL Downloads Downloads

📝 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

Latest PyPI stable release

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
  • headers : dict, optional
    • Dictionary of headers (Default: None)
    • Example: {'user-agent': 'Mozilla/5.0'}
  • RETURNS: Path of file downloaded

🖼️ SCRIPT SCREENSHOTS & VIDEOS

alt text

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

pretty-downloader-0.2.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

pretty_downloader-0.2.0-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page