spyder-screencast

screencaster for spyder 5.


Keywords
screencast, qt
License
MIT
Install
pip install spyder-screencast==0.0.18

Documentation

spyder-screencast

spyder-screencast is merely a wrapper around QScreenCast to turn it into a screencast plugin for Spyder >= 5.1.1

GitHub Conda Supported Python versions

CI CD

GitHub release (latest SemVer) GitHub commits since latest release (by date) PyPI Conda (channel only) conda-forge feedstock

PyPI - Downloads Conda

GitHub issues GitHub pull requests

Installation

conda/mamba (preferred)

(myenv) me@mybox:~$ conda install -c conda-forge spyder-screencast 

Note: spyder-screencast depends on spyder >= 5.1.1 and QScreenCast, both will be installed with the above command (if not already installed)

pip

Prior to installing spyder-screencast, you need to install ffmpeg on your system somehow.

me@mybox:~$ pip install spyder-screencast

Usage

see: QScreenCast