News

Hi everybody today i will show you how to convert python files into executable programs. Feel free to use your own gui applications instead and while there's actually a few ways of doing this. In this ...
pyinstaller ... -F (all in 1 file) -w (removes terminal window) -i icon.ico (adds custom icon to .exe) clock.py (name of your main python file) exe is located in the dist folder drag and drop the disk ...