Metadata-Version: 2.4
Name: exchangio
Version: 0.1.1
Summary: A Python library to convert USD to INR and INR to USD using simple built-in functions
Author-email: Rudresh N N <nnrudreshjavad@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/exchangio
Project-URL: Repository, https://github.com/yourusername/exchangio
Project-URL: Issues, https://github.com/yourusername/exchangio/issues
Keywords: currency,currency-converter,usd-to-inr,inr-to-usd,exchange-rate,finance,python-library
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: forex-python

# exchangio

**exchangio** is a simple and lightweight Python library for currency conversion,
specifically designed to convert **US Dollars (USD) to Indian Rupees (INR)** and
**Indian Rupees (INR) to US Dollars (USD)** using easy built-in functions.

This library is beginner-friendly and useful for students, developers,
and small finance-related Python projects.

## Installation

```bash
pip install exchangio
