Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codito/pyqtkeybind
Global hotkey bindings for Windows and Linux for PyQt apps
https://github.com/codito/pyqtkeybind
hotkeys pyqt python qt
Last synced: 6 days ago
JSON representation
Global hotkey bindings for Windows and Linux for PyQt apps
- Host: GitHub
- URL: https://github.com/codito/pyqtkeybind
- Owner: codito
- License: mit
- Created: 2016-04-04T18:11:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T13:20:59.000Z (6 months ago)
- Last Synced: 2025-01-26T21:12:29.502Z (13 days ago)
- Topics: hotkeys, pyqt, python, qt
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 62
- Watchers: 6
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
Awesome Lists containing this project
README
pyqtkeybind
===========|pypi|
Overview
--------Cross platform global keybindings for PyQt5
Installation / Usage
--------------------To install use pip:
::
$ pip install pyqtkeybind
Or clone the repo:
::
$ git clone https://github.com/codito/pyqtkeybind.git
$ python setup.py installExample
-------See https://github.com/codito/pyqtkeybind/blob/master/sample/hotkey.py
Contributing
------------Pull requests are most welcome.
.. |pypi| image:: https://img.shields.io/pypi/v/pyqtkeybind
:target: https://pypi.org/project/pyqtkeybind/