Skip to main content

command line wget downloader alternative, this can be module/package

Project description

pywget

command line wget downloader alternative, this can be module/package

Installing

Install and update using pip_:

.. code-block:: text

$ pip install pywget

pywget supports Python 2 and newer, Python 3 and newer, and PyPy.

.. _pip: https://pip.pypa.io/en/stable/quickstart/

Example

What does it look like? Here is an example of a simple pywget program:

.. code-block:: python

from pywget import wget

link = "http://www.test.com/test.tar.gz"
wget.download(link, "/home/root/Downloads")

or run on terminal

.. code-block:: text

$ python wget.py "http://www.test.com/test.tar.gz" -p /home/root/Downloads

Support

  • Python 2.7 +, Python 3.x
  • Windows, Linux

Links

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

pywget-0.25.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

pywget-0.25-py2.py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 2 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