Metadata-Version: 2.4
Name: fahim-autocommit
Version: 1.0.1
Summary: Universal Git Auto Commit Tool - Powered By Programmer Fahim
Author: Programmer Fahim
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown

<h1 align="center">🚀 Fahim Auto Commit</h1>

<p align="center">
  <strong>Universal Git Commit Automation CLI Tool</strong><br>
  Designed for Developers • Built for Productivity • Powered By Programmer Fahim
</p>

<p align="center">
  <a href="https://pypi.org/project/fahim-autocommit/">
    <img src="https://img.shields.io/pypi/v/fahim-autocommit?color=blue&label=PyPI%20Version">
  </a>
  <img src="https://img.shields.io/pypi/pyversions/fahim-autocommit?color=brightgreen">
  <img src="https://img.shields.io/pypi/l/fahim-autocommit?color=orange">
  <img src="https://img.shields.io/pypi/dm/fahim-autocommit?color=purple&label=Downloads">
  <img src="https://img.shields.io/badge/CLI-Global-black">
  <img src="https://img.shields.io/badge/Supports-50%2B%20Languages-success">
</p>

---

# 🌍 Official Documentation

📘 Full Documentation Website:  
👉 https://devfahimbd.github.io/pyautocommitdocs/

---

# 📌 Table of Contents

- [Overview](#-overview)
- [Key Features](#-key-features)
- [Installation](#-installation)
- [CLI Command Reference](#-cli-command-reference)
- [Usage Examples](#-usage-examples)
- [Output Preview](#-output-preview)
- [Supported Languages](#-supported-languages)
- [Security & Safety](#-security--safety)
- [Platform Compatibility](#-platform-compatibility)
- [FAQ](#-faq)
- [Author](#-author)

---

# 🚀 Overview

**Fahim Auto Commit** is a professional-grade Python CLI tool designed to automate Git commit generation inside existing repositories.

It intelligently selects tracked source files, appends safe comment lines based on language type, commits the changes, and optionally pushes them to the remote repository.

The tool supports over **50+ programming and scripting languages**, making it universal for modern development environments.

---

# ✨ Key Features

✅ Automatic Git commit generation  
✅ Intelligent language-based comment detection  
✅ 50+ programming language support  
✅ Custom commit message template  
✅ Adjustable commit delay  
✅ ASCII real-time progress bar  
✅ Dry-run simulation mode  
✅ Safe Ctrl+C interrupt handling  
✅ Fully local execution (No external server required)  
✅ No GitHub API token required  
✅ Cross-platform compatible  

---

# 📦 Installation

Install from PyPI:

```bash
pip install fahim-autocommit
