Metadata-Version: 2.1
Name: int2word
Version: 0.2
Description-Content-Type: text/markdown

# 📘 int2word

Convert integers into readable English words – simple, fast, and dependency-free.

[![PyPI version](https://img.shields.io/pypi/v/int2word.svg)](https://pypi.org/project/int2word/)
[![Python versions](https://img.shields.io/pypi/pyversions/int2word.svg)](https://pypi.org/project/int2word/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

---

## Overview

**int2word** is a lightweight Python package that converts numbers into English words.
It supports values from **0** up to **billions**, formatted just like humans speak.

✔ No dependencies
✔ Fast and accurate
✔ Easy to import and use
✔ Clean modular implementation

---

## Installation

Install using pip:

```bash
pip install int2word
```

---

## Usage

### Basic example

```python
from int2word import generate_word

print(generate_word(1223))

# output: one thousand two hundred twenty three
```

---

## Contributing

Contributions, issues, and pull requests are welcome.

If you find this package useful, please consider giving the repository a ⭐ on  [GitHub!](https://github.com/Saumya-Kanti-Sarma/int2word)

---

## Contact

**Author:** Saumya Kanti Sarma
Email: **[work.saumyasarma@gmail.com](mailto:work.saumyasarma@gmail.com)**
Instagram: **[saumya__sarma](https://www.instagram.com/saumya__sarma/)**

Feel free to reach out for collaboration, questions, or feedback.

