/nabot-binds

A simple script to create HotKeys

Primary LanguagePythonMIT LicenseMIT

Nabot Binds

This project is a simple script to create HotKeys.

It creates two KeyBinds that can be configured at keybinds.cfg. One will write random alphanumeric characters, and the other will write only numbers, with the specified length.

Useful links

Configuration

  • Start by making a new virtual environment
    # At root dir
    python -m venv venv
    source venv/bin/activate
  • Install dependencies
    pip install -r requirements.txt 
  • Edit keybinds.cfg as you wish
  • Run the script ()
    python ./app