Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 212 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 212 Bytes

locate-chrome-py

This package can be used to find the executable path of Google Chrome on MacOS, Windows, and Linux computers.

To use, simply do:

from locate_chrome import get_path
print(get_path())