Python windows gui automation tool to automate process of connecting to Cisco VPN
In the rsa.txt file, replace demo password 1234 with your RSA password and save it. Make sure that there is no trailing spaces or new line after the password.
Python version 3.7.0 is needed for execution. Also install pyautogui tool using pip command
pip install pyautogui
Now, run the autogui.py file.
In some cases, the images in windows may not be rendered the same way as in my system. In such cases, the program won't be able to ideftify the screen. To fix this, replace the curresponding png files in the root folder with screenshots from your system and re-run the program.