Metadata-Version: 1.1
Name: kbtype
Version: 1.0.0
Summary: A Python module to simulate keyboard typing that works with multiple keyboard layouts
Home-page: https://github.com/N-Ziermann/kbtype
Author: Niklas Ziermann
Author-email: n-ziermann@protonmail.com
License: MIT
Download-URL: https://github.com/N-Ziermann/kbtype/releases/download/V1.0.0/kbtype.py
Description: # kbtype
        A Python module to simulate keyboard typing that works with multiple keyboard layouts
        
        ## Usage
        
        ```python
        kbtype.write("string")
        ```
        
        ## Installation
        
        ```bash
        pip install kbtype
        ```
        
        ## Dependencies
        
        Python 3 with the following modules:
        
        - pyautogui
        - pyperclip
        
        ## Contributors
        
        Niklas Ziermann
        
        ## Copyright & License
        
        **© Niklas Ziermann**
        
        **MIT License**
        
        
        
Keywords: keyboard,type,write,hid
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
