Code 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 of your keyboard. Great for live coding presentations.
Features
Unicode support
Works with any text editor
Installation
Install and update at system level using pip:
$ sudo python -m pip install onthefly
Usage
Identify your keyboard with evtest:
$ sudo python -m evdev.evtest
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 is identified with the name Logitech K330.
Pass the name of your keyboard as an argument to the keyboard option when invoking onthefly for the first time.
$ sudo onthefly --keyboard="Logitech K330" /path/to/file
Note that onthefly needs to be run with sudo privileges 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 invokations:
$ sudo onthefly /path/to/file
Type the Pause/Break key to quit the program at any moment. Supports using the Backspace key to erase characters without going out of sync with respect to the input file.
License
Free software: MIT license
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.3.0 (2020-05-19)
First release on PyPI.
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.1.tar.gz
.
File metadata
- Download URL: onthefly-1.0.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ad510c6979ef82e60d96e5165dda4a7af2ca2c8f566678c904ce6a67d926651 |
|
MD5 | e18b9a62c7a030a23fcee953f0ca1b05 |
|
BLAKE2b-256 | 5a0a5237e48e43177151db13019c79a537eba51a7f926925fab41474774d2fd3 |
File details
Details for the file onthefly-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: onthefly-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ae898877b7cecce9c9c8746858a8e3ecee96513c7adf9f7d51d341379277116 |
|
MD5 | cf66de8dbe74c372c116e5dc36b6ac57 |
|
BLAKE2b-256 | dfe36d0b1de8201a9cbf1f3f6262c1b37802597634b12dedd3f2fb69d45e5924 |