Metadata-Version: 2.1
Name: KeyboardPaster
Version: 0.1.12
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
License-File: LICENSE
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
- Paste 10 different strings using the keyboard
- Save string for future usage

## Future features
- Paste images as base64 code
- Enter would activate the Paste operation
- Shift+Enter would move all inputs downwards and put the cursor into the next, now empty, field

## Changes
### v0.1.11
- FEATURE: Added autoupdate feature

### v0.1.10
- FEATURE: Added a modifier delay to accommodate slow connects and bad remote applications
- BUGFIX: Fixed the none-working sliders and buttons

### v0.1.9
- FEATURE: Added the ability to send a return press after the text was typed
- BUGFIX: You are not able to click anything in the app if the app does not have focus 
