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)
Built Distribution
Close
Hashes for easystuff-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 190f909b4d64b0ad373dc94721c4486debd755689fbe5fea557e3f804044f4b9 |
|
MD5 | 78b9fc021e93cf469c14b4be2278380b |
|
BLAKE2b-256 | ca8f5041ef660d38fecdf15b128e1e29a26c95f8c1ac2b3bacce4e60410fb587 |