python-chromedriver-autoinstaller icon indicating copy to clipboard operation
python-chromedriver-autoinstaller copied to clipboard

Made so it doesn't show a CMD window when this code runs on a compiled .exe file

Open willnaoosmith opened this issue 1 year ago • 0 comments

When you create an .exe file which runs chromedriver_autoinstaller.install(), it briefly shows a CMD window that run any subprocess.Popen command that is on the utils.py file.

It doesn't show any windows after appending shell=True to every subprocess.Popen command on that file.

(In my case, the .exe file was created using nuitka with the --windows-disable-console option)

willnaoosmith avatar Jul 04 '23 14:07 willnaoosmith