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
- Host: GitHub
- URL: https://github.com/qbbr/tray-screenshot-tools
- Owner: qbbr
- License: mit
- Created: 2021-07-29T13:04:39.000Z (almost 5 years ago)
- Default Branch: slave-suck-master-dick
- Last Pushed: 2024-03-15T03:07:09.000Z (over 2 years ago)
- Last Synced: 2025-03-27T05:41:42.825Z (about 1 year ago)
- Topics: python3, screenshots, tray, wxpython
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```