Skip to the content.

ScreenPen

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:

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

Usage

Installation and Execution

To 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

Configuration

There are a few configuration options that can be set using config file:

The config should look like below:

[screenpen]
; Possible values for areas: topToolBarArea, bottomToolBarArea, leftToolBarArea, rightToolBarArea
penbar_area = topToolBarArea
boardbar_area = topToolBarArea
actionbar_area = leftToolBarArea
hidden_menus = False
icon_size = 50

Ref: rsusik/screenpen - GitHub