compiled exe using pyinstaller. run through console or use start.bat
to see program feedback
pyinstaller --onefile --clean --exclude-module config --exclude-module screen --hidden-import=autoit --add-data="C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\site-packages\autoit\;autoit" main.py