Metadata-Version: 2.1
Name: pyqtkeybind
Version: 0.0.8
Summary: Global hotkey bindings for Windows and Linux for PyQt apps
Home-page: https://github.com/codito/pyqtkeybind
Author: Arun Mahapatra
Author-email: arun@codito.in
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Requires-Dist: PyQt5
Requires-Dist: xcffib ; sys_platform != "win32"


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 install

Example
-------

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/


