mirror of
https://github.com/ewanc26/bean-dumper.git
synced 2026-07-21 15:33:13 +00:00
Mirror of github.com/ewanc26/bean-dumper
- Python 100%
| .gitattributes | ||
| .gitignore | ||
| AGENTS.md | ||
| bean-windows.py | ||
| beans.jpg | ||
| LICENSE | ||
| README.md | ||
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