Metadata-Version: 2.1
Name: KeyboardPaster
Version: 0.1.6
Summary: A Python package to type text using the keyboard module
Home-page: https://github.com/KnutssonDevelopment/KeyboardPaster
Author: Brian Knutsson
Author-email: development@knutsson.it
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pynput
Requires-Dist: kivy
Requires-Dist: kivymd
Provides-Extra: linux
Requires-Dist: setuptools ; extra == 'linux'
Provides-Extra: macos
Requires-Dist: setuptools ; extra == 'macos'
Provides-Extra: windows
Requires-Dist: pywin32 ; extra == 'windows'

# KeyboardPaster

A Python package to type text using the keyboard module. This is useful in situation where copy and paste is prohibited

## Features
Paster a string using the keyboard

## Future features
Paster images a base64 code
