Metadata-Version: 2.0
Name: pyqtkeybind
Version: 0.0.2
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
Description-Content-Type: UNKNOWN
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: xcffib
Requires-Dist: PyQt5


pyqtkeybind
===========

version number: 0.0.2

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.


