Twitch-Channel-Points-Miner-v2
Twitch-Channel-Points-Miner-v2 copied to clipboard
Compiled project .exe
Hi all. Tell me if it is possible to somehow compile this project into a .exe file
Yes it is! The easiest way woud be with auto-py-to-exe.
It's easier to just make .bat file that lauch the command cmd /u /q /c "cls && python example.py" Double click and it run just like a normal exe
Also pyinstaller could be an option