Bean Dumper#
Test script for learning Python. Windows only. Downloads files and copies them to available drives.
Requirements#
- Python 3.x
pywin32(pip install pywin32)requests(pip install requests)
Usage#
pip install pywin32 requests
python bean-dumper.py
What it does#
- Checks the OS (Windows only, won't work on Linux/macOS)
- Downloads a file from a URL to your Downloads folder
- Finds available drives
- Copies the file to drives that already have files named
beans.jpg
Note: URLs in the script are examples — update them. The script can overwrite existing beans.jpg files.
Licence#
MIT