This guide explains how to use the gui_execute and icon_locator functions to perform GUI automation with mouse and keyboard actions, along with visual icon detection.
> D: > cd D:\path\of\python_project > pip install pyinstaller > pyinstaller gui_command_executor.py --noconsole --onefile > copy .\dist\gui_command_executor.exe .\ ...