This package will download and install the latest version of chromium for windows.
Please note: You still need to run this package from task manager by targeting main.py
.
- Python 3
After downloading the package, you need to copy the file json/config.example.json to json/config.json and enter the full path (install_path) where chromium will be installed. Example:
{
"url": "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/",
"file": "chrome-win.zip",
"local_file": "chromium.zip",
"install_path": "C:\\Users\\YourUserName\\chromium"
}
Please note: Make sure to escape backslashes.
The MIT License (MIT). Please see License File for more information.