Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

FelixRilling/pylaut

Repository files navigation

PyLaut

Simple Python script allowing for key sequence input triggered text replacement.

Dependencies

  • Requires Python 3.x.
  • Install the python modules listed in requirements.txt using your package manager or pip.

Usage

Start main.py. Now, typing any of the defined sequences will trigger them to be replaced.

The default key sequence bindings can be found in the default config. A custom configuration file with different bindings can be set using the config flag (-c or --config).

Notes

  • Should work in every environment where pynput works.
  • Be careful not to register bindings which may trigger themselves or others upon replacement.
  • Due to the design of this script, removing characters (e.g. typos) from the sequence and continuing typing it will prevent the script from registering the sequence. The sequence has to be written without any other key inputs in between.

About

Simple python script allowing for hotkey-style letter replacement.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages