PhotoPaster is a simple Python script for pasting or processing photos.
PhotoPaster only works on Windows because it copies image files as files to the clipboard, allowing you to paste or upload multiple images at once (e.g., in WhatsApp Web). Linux and macOS do not natively support copying files to the clipboard for batch uploads—only text and raw image data are reliably supported, not file references. For this reason, the script is not cross-platform.
- Make sure you have Python installed.
- Run the script:
python photo_paster.py
- Follow any prompts or instructions in the terminal.
photo_paster.py: Main script file.README.md: This documentation file.
No external dependencies required for basic usage.
MIT License.