Metadata-Version: 2.2
Name: quick_in_voice
Version: 0.1.0
Summary: A simple automated invoice generation package
Home-page: https://github.com/Nathishwar-prog/Invoicegenerator_module-python
Author: Nathishwar
Author-email: nathishwarc@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fpdf
Requires-Dist: pandas
Requires-Dist: reportlab
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# QuickInVoice - Automated Invoice Generator

**QuickInVoice** is a Python package designed to simplify invoice generation for businesses and freelancers. It provides an easy-to-use interface to create, manage, and export invoices in PDF format.

[![PyPI](https://img.shields.io/pypi/v/quickinvoice.svg)](https://pypi.org/project/quickinvoice/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Python Version](https://img.shields.io/pypi/pyversions/quickinvoice.svg)](https://pypi.org/project/quickinvoice/)
[![Downloads](https://img.shields.io/pypi/dm/quickinvoice.svg)](https://pypi.org/project/quickinvoice/)

---

## Features 🚀

- **📄 Generate invoices** with itemized details and tax calculations.
- **💰 Automatic tax calculations** based on specified tax rates.
- **🖨️ Export invoices to PDF** with customizable templates.
- **⚙️ Easy integration** into any Python application.
- **✅ Unit-tested and reliable** for production use.

---

## Installation 📥

Install QuickInVoice via pip:

```bash
pip install quick_in_voice
