Socket
Socket
Sign inDemoInstall

pypeek

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pypeek

An animated GIF recorder


Maintainers
1

Readme

Peek - Screen Recorder and Screenshot with Annotation

Cross platform screen recorder with an easy to use interface and annotation features written in Python and PySide6.

Inspired by Peek.


Peek recording itself


A developer, designer, or a student, you may need to record or capture your screen to create tutorials, report bugs, provide technical support or simply reflect on your own work and progress. And if you have different operating systems on your different machines, it would be great if you could use the same tool on all of them. That's why I created Peek.

Peek is a simple screen recorder that allows you to record your screen as gif or mp4, capture a screenshot as jpg, and annotate your recordings with drawing, text, arrows, and highlights.

Annotation tool is very useful when you want to highlight a specific area or draw attention to a specific part of your recording. You can add text, arrows or shapes to your recording. Range slider allows you to trim your recording to a desired length. You can create a complete recording with annotation without leaving the app.

Peek is excited

Features

  • Record your screen as gif or mp4
  • Capture a screenshot as jpg or png
  • Record a selected area or the whole screen
  • Annotation features like drawing, text, arrows, and highlights
  • Delay recording start with a countdown
  • Limit recording to a fixed time

Blog post


Download The App:

Apple Store

Microsoft Store


Install in Python:

Requirements:

  • Python 3.9 or later

  • Ffmpeg [Optional], it will be downloaded if not found in system path.

  • Windows, MacOS, Linux: Debian based distros on Xorg, Classic or X11. No Wayland support yet. (see How to switch to Xorg)

Need help for Linux Wayland support. If you are interested, please create a pull request or open an issue.

Known Issues:
  • Linux: "qt.qpa.plugin: Could not load the Qt platform plugin "xcb"...", install the following packages:
sudo apt install libxcb-*
  • Linux: "ImportError: libdouble-conversion.so.3: cannot open shared object file: No such file or directory" error, install the following package:
sudo apt install libdouble-conversion3

Intallation:

pip install pypeek

Usage:

pypeek

Create a desktop shortcut:

Make sure you run the pypeek command at least once before creating a shortcut. On Linux it will create an app inside applications, on Windows and MacOS it will create a desktop shortcut.

pypeek --shortcut

Import as a module:

import pypeek

pypeek.show()

Run as a module:

python -m pypeek

Update:

pip install --upgrade pypeek

Uninstall:

pip uninstall pypeek

License

Peek Copyright © 2023

Peek is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Peek is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Peek. If not, see https://www.gnu.org/licenses/.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc