Skip to main content

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:

  1. A folder to save screenshot images
  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

screenshot_saver-1.0.0.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

screenshot_saver-1.0.0-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

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

Hashes for screenshot_saver-1.0.0.tar.gz
Algorithm Hash digest
SHA256 c425e04a6bb64f0a499db25b6bc0f47394dc040e488afdd92eb2162e868544b7
MD5 d0561aa5ed7cdd31c1fb014a3b7b9f9e
BLAKE2b-256 08db48ce0b8acfeb19ac517c7f78b5c8afb059e04adbb97bfbb5f3562285bbb8

See more details on using hashes here.

File details

Details for the file screenshot_saver-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for screenshot_saver-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7bb093a1f6b5df8b5591884cae37abc9609a771339e32ae8399e667b511d00bf
MD5 f5ce18a49493f88349d83673c6369b0d
BLAKE2b-256 ab2614d8371ecb281247cb5d249ee2abe57d36b0ccb72e63373464023f52768b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page