In Pyinstaller exe console is coming
Unsolved
General and Desktop
-
Hi,
I have created exe using pyinstaller but m not able to get rid of console i tired several commands.
with --noconsole
-w
main.pyw
--windowed
pyinstaller --noconsole --paths="C:\Users\test\AppData\Local\Programs\Python\Python39\Lib\site-packages\cv2" --name "Test" main.py
when i click on button so console is coming.
plz suggest