/autokey

Python keyboard automation tool

Primary LanguagePython

autokey

Automatically send text from a file through the keyboard

Installing

This project uses poetry as the dependency manager. Run the following command to install its dependencies

poetry install

Example

python3 -m autokey.autokey:autokey [options] <path_to_the_file>

Help

Run the following command to see the help menu

python3 -m autokey.autokey:autokey -h