Metadata-Version: 2.1
Name: KeyboardPaster
Version: 0.1.18
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
Requires-Dist: requests
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

## Changes
### v0.1.18
- FEATURE: Added a possibility to have multiple profiles.

### v0.1.17
- FEATURE: Added a button to put text into clipboard
- UPDATE: Changed the keyboard paste option into an icon

### v0.1.16
- FEATURE: Changes the launcher to run as a gui application and not show the command line when executed

### v0.1.15
- BUGFIX: Fixed the issue where the app would not start when the saved_inputs could not load

### v0.1.14
- FEATURE: Passwords can not be hidden in the UI

### v0.1.13
- BUGFIX: Python executable was not correctly found by autoupdate

### v0.1.12
- BUGFIX: Moved version to a shared location, and added it to the title

### 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 
