Metadata-Version: 2.1
Name: tabswitcher
Version: 0.0.2
Summary: A tool for efficient browser tab switching outside the browser
Home-page: https://github.com/YukiGasai/tabswitcher
Author: YukiGasai
Author-email: r.lindede@googlemail.com
License: AGPL-3.0
Keywords: tabswitcher,browsertool,tool
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: chardet<4
Requires-Dist: werkzeug<3.0
Requires-Dist: psutil==5.8.0
Requires-Dist: fuzzywuzzy
Requires-Dist: PyQt5
Requires-Dist: schedule
Requires-Dist: brotab

# TabSwitcher

A simple window for switching between tabs in a browser. Using the `brotab` extension and cli tool as a base.

## Requirements

- Python
- BroTab Extension in Browser
  - [Firefox](https://addons.mozilla.org/de/firefox/addon/brotab/)
  - [Chrome](https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc)

## Install

1. Install package

```bash
pip install tabswitcher
```

1. Install the mediator in the browser

```bash
bt install
```

1. Restart the browser

## Problems

- Tested only on windows
