Metadata-Version: 2.4
Name: f1-helper
Version: 0.1.0
Summary: CLI tool to check F1 driver and constructor championship scenarios
Author-email: Saur Deshmukh <saur90044@gmail.com>
Keywords: F1,Formula 1,motorsport,CLI,championship,calculator
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: fastf1>=2.5.0
Requires-Dist: tabulate>=0.9.0

# F1 Championship Helper

A friendly **command-line tool** to help you track **Formula 1 driver and constructor championship standings** and see if they’re still in contention for the title.  

---

## Features

- Check if a **driver is still in the running** for the World Drivers’ Championship (WDC)  
- Detailed weekend-by-weekend analysis with realistic point scenarios  
- Check if a **constructor can still win** the World Constructors’ Championship (WCC)  
- Fetches **up-to-date F1 season schedules** using FastF1

---

## Installation

You can install directly from GitHub for development:  

```bash
pip install f1-helper
```
After installation, run the CLI globally:
```bash
f1-helper
```
---
## Usage
Once started, you’ll see a simple menu:
```plaintext
--- F1 Championship Helper ---
1. Check Driver WDC Contention (simple)
2. Check Driver WDC Detailed Scenario
3. Check Constructor WCC Contention
4. Exit
```
### Examples
- Simple driver check:
```plaintext
f1-helper
Enter option: 1
Enter Driver Name: Lewis Hamilton
```
- Detailed driver scenario:
```plaintext
f1-helper
Enter option: 2
Enter Driver Name: Max Verstappen
```
- Constructor check:
```plaintext
f1-helper
Enter option: 3
Enter Constructor Name: Ferrari
```
---
## Dependencies
- **fastf1** – for F1 data and race schedules
- **tabulate** – for pretty tables in the terminal
---
## License

MIT License © 2025 Saur Deshmukh.
