Type like a god on-the-fly
Project description
onthefly
onthefly allows you to emulate typing the contents of an input file by wildly pressing the asdf jkl; keys on your keyboard.
Great for live coding presentations.
Features
- Unicode support
- Works with any text editor (in fact, with any program)
Installation
Install and update using pip:
$ python -m pip install onthefly
Usage
Identify your keyboard's device path with the command line tool evemu-record
:
> sudo evemu-record
ID Device Name ...
------------------------------------------------------------- ...
0 /dev/input/event0 Lid Switch ...
1 /dev/input/event1 Power Button ...
2 /dev/input/event2 Sleep Button ...
3 /dev/input/event3 Power Button ...
4 /dev/input/event4 AT Translated Set 2 keyboard ...
5 /dev/input/event5 Video Bus ...
6 /dev/input/event6 Logitech M215 2nd Gen ...
7 /dev/input/event7 Logitech K330 ...
8 /dev/input/event8 SynPS/2 Synaptics TouchPad ...
.
.
.
From this output, we see that my keyboard (a Logitech K330) has the device path /dev/input/event7
.
Pass the device path of your keyboard as an argument to the --keyboard
option when invoking onthefly for the first time.
$ onthefly --keyboard="/dev/input/event7" /path/to/file
Note that onthefly prompts for the root password in order to have access to the keyboard events.
The keyboard name is remembered so you do not have to re-enter it in future invocations:
$ onthefly /path/to/file
Type the Pause/Break
key to quit the program at any moment. Use the Backspace
key to erase characters without going out of sync with the input file.
License
- Free software: MIT license
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file onthefly-1.0.7.tar.gz
.
File metadata
- Download URL: onthefly-1.0.7.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c3e7d140be3cc29d58f3b259040f1369b165b5820f39bc32addb2bb233f4c3e |
|
MD5 | eb52089eb23fdc26e79999e0070ca38a |
|
BLAKE2b-256 | e982d2a1c42c254d84aec286724484ce84cdb9cb3ec583b6fab0316613d7f6cf |
File details
Details for the file onthefly-1.0.7-py2.py3-none-any.whl
.
File metadata
- Download URL: onthefly-1.0.7-py2.py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0e95ef850948dfe7ec422fae059eb83752cd7ba0a05251a603c8b1f16a8a2c4 |
|
MD5 | cce250814c4965709469b5379b1ffa93 |
|
BLAKE2b-256 | 0d54c580ab094de1d7cddc0542cf4ac66358c9151e952864989e8b2602b72d60 |