-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Tilto66 edited this page Dec 17, 2025
·
2 revisions
Install python here
You have 2 options. Either you:
- You run in a cmd
pip install pyinstaller cd C:/your/path/where/is/your/folder-
pyinstaller --onefile --noconsole --icon=icone.ico graber.py
Or else run the Compile.bat
--onefile to output only one .exe executable.
--noconsole so that there are no console upon running.
--icon if you want an icon.
graber.py the file you want to compile
you can type pyinstaller --help to display all the options.
Yes it does !
Sure ! Feel free to edit but if you publish the code, follow the GNU AGPL V3 and credit me 😉