Metadata-Version: 2.4
Name: fuck-reborn
Version: 0.1.2
Summary: AI-powered command corrector (like thefuck, but with Gemini)
Author-email: Surajit Sen <sensurajit@proton.me>
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-generativeai
Requires-Dist: python-dotenv
Dynamic: license-file

# fuck-reborn 🚀

AI-powered command fixer, inspired by [`thefuck`](https://github.com/nvbn/thefuck), but using **Google Gemini AI** for smarter corrections.

## ✨ Features
- Detects failed shell commands
- Asks Gemini AI to suggest a fix
- Lets you run the fixed command interactively
- `.env` support for storing your API key

---

## 🔧 Installation

```bash
pip install fuck-reborn

git clone https://github.com/blackXploit-404/fuck-reborn.git
cd fuck-reborn
pip install .
