Skip to main content

python simple downloader

Project description

foyou-down

python 简单下载库

快速入门

安装

pip install -U foyou-down

安装完成后,会有一个 pydown 的命令行命令,供 cli 调用,支持断点续传 & 进度显示

作为库调用

from foyou_down import SimpleDown

if __name__ == '__main__':
    url = 'https://w.wallhaven.cc/full/72/wallhaven-72rd8e.jpg'
    down = SimpleDown()

    down.download(url)

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

foyou-down-0.0.3.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

foyou_down-0.0.3-py3-none-any.whl (16.4 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