An open API service indexing awesome lists of open source software.

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

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
```

![App Screenshot](images/app.png)

### Select the browser

![Select browser](images/select.png)

### Export Search Engines to a JSON file

![Export](images/export.png)

The JSON file is saved in the same directory as the script,
with the name `engines.json`.

### Import Search Engines from a JSON file

![alt text](images/import.png)

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~~