Skip to main content

Send keystrokes to a virtual keyboard

Project description

GInput

This is just a simple (and dirty) python script that will take input from a string, piped stdin or clipboard and send it to a virtual keyboard using libevdev

Installation

python setup.py install

Usage

usage: ginput [-h] [-s STRING] [-c]

Type a string to virtual input device

options:
  -h, --help            show this help message and exit
  -s STRING, --string STRING
                        The string to send to the virtual input device
  -c, --clipboard       Use contents of the clipboard

Examples

Type contents of clipboard: ginput -c

Type contents of string: ginput -s "foo"

Type contents of piped input (stdin): echo "foo" | ginput

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ginput-glisignoli-1.0.1.tar.gz (17.1 kB view hashes)

Uploaded Source

Built Distribution

ginput_glisignoli-1.0.1-py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page