https://github.com/uberkael/chromium-search-engine-export
Chromium Search Engine Settings Export and Import
https://github.com/uberkael/chromium-search-engine-export
chrome chromium pytest python sqlite tk tkinter
Last synced: 2 months ago
JSON representation
Chromium Search Engine Settings Export and Import
- Host: GitHub
- URL: https://github.com/uberkael/chromium-search-engine-export
- Owner: uberkael
- Created: 2025-02-20T03:07:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-26T19:46:27.000Z (5 months ago)
- Last Synced: 2026-01-27T07:01:43.817Z (5 months ago)
- Topics: chrome, chromium, pytest, python, sqlite, tk, tkinter
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chromium Search Engines Export/Import
Tool for **Export/Import** search engines between **Chromium**-based **browsers**.

## Use
Using UV or Poetry:
```bash
uv run main.py
# or
poetry run python main.py
```
Using requirements:
```bash
pip install -r requirements.txt
python main.py
```

### Select the browser

### Export Search Engines to a JSON file

The JSON file is saved in the same directory as the script,
with the name `engines.json`.
### Import Search Engines from a JSON file

The JSON file must be in the same directory as the script,
with the name `engines.json`.
## TODO
- Deploy as executable.
- Github CI
- ~~Tkinter → Qt~~