Skip to main content

Screen annotation software which allows drawing directly on the screen.

Project description

ScreenPen

Multiplatform screen annotation software that allows drawing directly on the screen.

Package version License Number of downloads

Description

Screen annotation software which allows drawing directly on the screen. It is an open source and multiplatform (all systems that support Python) alternative to tools such as Epic Pen. Supported shapes:

  • line,
  • rectangle,
  • chart (using matplotlib).

The behavior of the program depends on the Window System you use:

  • if the system supports "live transparency then a transparent background is used (you can see a video playing in the background),
  • if not then the screenshot is taken, and the user draws on the captured image (you see a static image of the screen),
  • sometimes your WM may be detected as not supporting "live transparency". In that case try running with -t parameter to force it._

Demo (video)

https://user-images.githubusercontent.com/19404835/130215780-705e4eb9-330b-4a91-bd1f-b9ec3843556e.mp4

Note: The app is created ad-hoc only for my use case. It may contain bugs...

Usage

Installation and execution

Tu run the program you need to have Python installed and execute following:

pip install screenpen
screenpen                # or python -m screenpen

NOTE: Your WM may be detected as not supporting "live transparency". In that case try running with -t parameter:

screenpen -t

Controls

  • Left mouse button - drawing.
  • Right mouse button - quit.
  • Keyboard shortcuts:
    • Ctrl+Z - undo,
    • Ctrl+Y - redo,
    • hold Shift - change mouse cursor icon to arrrow.

TODO

  • Better Matplotlib charts support.

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

screenpen-0.1.15.tar.gz (18.6 kB view hashes)

Uploaded Source

Built Distribution

screenpen-0.1.15-py3-none-any.whl (41.9 kB view hashes)

Uploaded Python 3

Supported by

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