GitHunt
CY

cynthi8/AutoKey-login-example

Example of how to use AutoKey to automatically fill fields in GUIs

AutoKey-login-example

Example of using AutoKey to automatically fill fields in a GUI.

There may be better ways to do this.

Demo

auto_login_demo.mov

Installation

  1. Install AutoKey
  2. Copy get_mouse_location.py and vpn_login.py to a folder managed by AutoKey. I use ~/.config/autokey/data/CustomScripts/
  3. Modify vpn_login.py with your login info and button coordinates (found from get_mouse_location.py)
  4. Run autokey-run -s "vpn_login"

Caveats

This will store your username + password in plain text, easily accessible to anyone with access to your files. So, keep that in mind.

Languages

Python97.5%Shell2.5%

Contributors

GNU General Public License v3.0
Created May 27, 2022
Updated May 27, 2022
cynthi8/AutoKey-login-example | GitHunt