Skip to main content

A small package for downloading and copying files with ease.

Project description

Easy Stuff

Simple tasks made easier.

This module uses requests to download files, without the hastle of writing it to a file. It also uses shutil to copy files from one location to another.

Instalation

To install easystuff, open Command Prompt or Terminal and run: python3 -m pip install easystuff.

Example

Here is a simple example of how this module can be used:

# Import the module
import easystuff

# Download a file
easystuff.download('https://www.example.com/file.png', 'save_here.png')
# Copy a file
easystuff.copy('copy_me.txt', 'this_is_a_copy.txt')

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

easystuff-0.0.4.tar.gz (2.6 kB view hashes)

Uploaded source

Built Distribution

easystuff-0.0.4-py3-none-any.whl (2.9 kB view hashes)

Uploaded py3

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