Mirror of github.com/ewanc26/bean-dumper
Find a file
2026-07-16 18:22:45 +01:00
.gitattributes added git files 2023-01-13 12:47:15 +00:00
.gitignore edited .gitignore 2023-09-19 14:27:25 +01:00
AGENTS.md docs: correct agent guidance after source audit 2026-07-16 18:22:45 +01:00
bean-windows.py add error logging 2024-06-06 19:29:06 +01:00
beans.jpg rewrite 2024-06-06 19:26:15 +01:00
LICENSE Create LICENSE 2023-01-13 12:47:19 +00:00
README.md rewrite readme to be more direct 2026-06-29 22:12:57 +01:00

Bean Dumper

No Maintenance Intended

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

  1. Checks the OS (Windows only, won't work on Linux/macOS)
  2. Downloads a file from a URL to your Downloads folder
  3. Finds available drives
  4. 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