luabagg / nabot-binds

A simple script to create HotKeys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple script to create HotKeys

License:MIT License


Languages

Language:Python 100.0%