Skip to content

compiled exe

Latest
Compare
Choose a tag to compare
@Campionnn Campionnn released this 25 Jun 07:55
· 2 commits to main since this release
856950a

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