Metadata-Version: 2.1
Name: cute-sway-recorder
Version: 0.1.4
Summary: A small graphical screen recorder for wl-roots, leveraging wf-recorder and slurp
Home-page: https://github.com/it-is-wednesday/cute-sway-recorder
License: GPL-3.0-or-later
Author: Maor Kadosh
Author-email: pypi@avocadosh.xyz
Requires-Python: >=3.6,<3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PySide6 (>=6.0.0,<7.0.0)
Project-URL: Repository, https://github.com/it-is-wednesday/cute-sway-recorder
Description-Content-Type: text/markdown

# Cute Sway Recorder

Screen recorder for [`wlroots`](https://github.com/swaywm/wlroots)-based window managers, mainly Sway

More specifically, this project is merely a graphical [Qt](https://www.qt.io/) wrapper for
[`wf-recorder`](https://github.com/ammen99/wf-recorder), leveraging
[`slurp`](https://github.com/emersion/slurp) for selecing screen regions.

## Installation
``` shell
pip install cute-sway-recorder
```

You might prefer using [pipx](https://pypa.github.io/pipx/):
``` shell
pipx install cute-sway-recorder
```

