Giter VIP home page Giter VIP logo

pypeek's Introduction

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:

  • Mac: Can't save videos. The ffmpeg used for video encoding is an x86_64 binary. You may need to install Rosetta on ARM Macs. You can install it by running the following command in Terminal:
softwareupdate --install-rosetta
  • 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/.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.