An open API service indexing awesome lists of open source software.

https://github.com/qbbr/tray-screenshot-tools

Tray App for take screenshots
https://github.com/qbbr/tray-screenshot-tools

python3 screenshots tray wxpython

Last synced: 10 months ago
JSON representation

Tray App for take screenshots

Awesome Lists containing this project

README

          

# tray-screenshot-tools

```bash
$ ./tray-screenshot-tools -h
```

```
usage: tray-screenshot-tools [-h] [--cleanup] [--debug] [--clipboard] [--open-image]

Tray App for take screenshots by @qbbr

optional arguments:
-h, --help show this help message and exit
--cleanup cleanup SCREENSHOTS_DIR and exit
--debug enable debug output to console
--clipboard copy image to clipboard after take screenshot
--open-image open image after take screenshot

SCREENSHOTS_DIR: ./screenshots
```

## depends

* [python3](https://www.python.org/)
* [wxPython](https://wxpython.org/)
* [python-xlib](https://pypi.org/project/python-xlib/)

## dev

```bash
sudo apt install build-essential libgtk-3-dev python3-venv
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
./tray-screenshot-tools --debug
```