yeongbin-jo / python-chromedriver-autoinstaller

The chromedriver auto installer for distribution.
MIT License
235 stars 77 forks source link

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

Open willnaoosmith opened 1 year ago

willnaoosmith commented 1 year ago

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)