I'm trying to convert a python file to exe with images and with no console but I do not know the exact functions to use, please help.
I tried doing
pyinstaller main.py --add-data "image.png" --noconsole
but didn't work
I'm trying to convert a python file to exe with images and with no console but I do not know the exact functions to use, please help.
I tried doing
pyinstaller main.py --add-data "image.png" --noconsole
but didn't work