Metadata-Version: 2.4
Name: doctor-chrome
Version: 0.1.3
Summary: A smart TUI tool to detect and fix Chrome & ChromeDriver version conflicts
Author: Nuhman PK
License: MIT
Project-URL: Homepage, https://github.com/nuhmanpk/doctor-chrome
Project-URL: Repository, https://github.com/nuhmanpk/doctor-chrome
Project-URL: Documentation, https://github.com/nuhmanpk/doctor-chrome#readme
Project-URL: Issues, https://github.com/nuhmanpk/doctor-chrome/issues
Project-URL: Sponsor, https://github.com/sponsors/nuhmanpk
Project-URL: Portfolio, https://nuhmanpk.github.io/portfolio/
Project-URL: LinkedIn, https://linkedin.com/in/nuhmanpk
Keywords: chrome,chromedriver,selenium,tui,developer-tools,automation
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Requires-Dist: textual>=0.40.0
Dynamic: license-file

# 🩺 doctor-chrome

A simple, interactive TUI tool to detect and fix **Chrome ↔ ChromeDriver version conflicts**.

No more guessing.
No more Selenium errors.
Just run one command and fix it.

---

## 🚀 Why doctor-chrome?

If you’ve ever seen this:
``The chromedriver version (...) might not be compatible with the detected chrome version (...)``


## You know the pain.

`doctor-chrome` detects:
- Installed Chrome version
- Installed ChromeDriver version
- Major version mismatches
- Missing binaries
- PATH conflicts

And gives you clear, actionable options to fix them.

---

## 🖥 Features

- ✅ Detect Chrome version (macOS & Linux)
- ✅ Detect ChromeDriver version
- ✅ Highlight mismatches
- ✅ Interactive TUI interface
- ✅ Suggest safe fixes
- ✅ Remove conflicting drivers
- ✅ Developer-friendly output

---

## 📦 Installation

```bash
pip install doctor-chrome
```

## Usage

```sh
doctor-chrome
```
