unreal_ai_launcher/ ├── main.py # Hovedentry point ├── auto_installer.py # Auto-installation af dependencies ├── gui_launcher.py # PyQt5 GUI ├── macro_recorder.py # Macro optagelse/afspilning ├── ...
Macro Recorder allows you to record sequences of mouse movements, clicks, and keyboard inputs, then play them back exactly as recorded. This tool is perfect for automating repetitive tasks, testing UI ...