Twitch-Channel-Points-Miner-v2 icon indicating copy to clipboard operation
Twitch-Channel-Points-Miner-v2 copied to clipboard

Compiled project .exe

Open franchesko1437 opened this issue 2 years ago • 3 comments

Hi all. Tell me if it is possible to somehow compile this project into a .exe file

franchesko1437 avatar Jul 19 '22 14:07 franchesko1437

Yes it is! The easiest way woud be with auto-py-to-exe.

mrpekr avatar Jul 27 '22 09:07 mrpekr

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

TG310 avatar Aug 08 '22 12:08 TG310

Also pyinstaller could be an option

Tkd-Alex avatar Aug 11 '22 17:08 Tkd-Alex