Simple cross-platform screenshot tool with clipboard monitoring, annotations, and HTML export.
Project description
Screenshot Saver
A simple, cross-platform screenshot tool with clipboard monitoring, optional annotations, and HTML export.
Features
- Clipboard monitoring — automatically captures screenshots from Win+Shift+S (Snip & Sketch) or any image copied to clipboard
- Annotations — optionally add text notes to each screenshot
- HTML export — generates a single HTML document with all screenshots embedded (base64)
- Low-CPU background mode — reduces polling when minimized
- Cross-platform — works on Windows, macOS, and Linux
- Hotkeys — Ctrl+Shift+R to restore from background
Installation
pip install screenshot-saver
Usage
Command line
screenshot-saver
As a Python module
python -m screenshot_saver
From Python code
from screenshot_saver import SimpleScreenshotTool
app = SimpleScreenshotTool()
app.run()
First Run
On the first run, the app will prompt you to choose:
- A folder to save screenshot images
- A location for the HTML document
These settings are saved and reused on subsequent runs.
Default locations:
- Config:
%APPDATA%/screenshot_saver/(Windows) ·~/.config/screenshot_saver/(Linux) ·~/Library/Application Support/screenshot_saver/(macOS) - Screenshots:
~/Pictures/ScreenshotSaver/
Requirements
- Python 3.8+
pillow(for screen/clipboard capture)pynput(for global hotkey detection)tkinter(included with most Python installations)
Build Standalone EXE (Windows)
pip install pyinstaller
pyinstaller --onefile --windowed --name ScreenshotSaver -m screenshot_saver
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file screenshot_saver-1.0.0.tar.gz.
File metadata
- Download URL: screenshot_saver-1.0.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c425e04a6bb64f0a499db25b6bc0f47394dc040e488afdd92eb2162e868544b7
|
|
| MD5 |
d0561aa5ed7cdd31c1fb014a3b7b9f9e
|
|
| BLAKE2b-256 |
08db48ce0b8acfeb19ac517c7f78b5c8afb059e04adbb97bfbb5f3562285bbb8
|
File details
Details for the file screenshot_saver-1.0.0-py3-none-any.whl.
File metadata
- Download URL: screenshot_saver-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bb093a1f6b5df8b5591884cae37abc9609a771339e32ae8399e667b511d00bf
|
|
| MD5 |
f5ce18a49493f88349d83673c6369b0d
|
|
| BLAKE2b-256 |
ab2614d8371ecb281247cb5d249ee2abe57d36b0ccb72e63373464023f52768b
|