Metadata-Version: 2.1
Name: usd-inr-converter
Version: 0.1
Summary: A Simple currency converter package
Home-page: https://github.com/aaerrolla/usd_inr_converter
Author-email: aaerrolla@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: requests

#### A Simple currency converter 

Simple currency converter to know the exchange rate from USD to INR  and INR to USD

Usage

```
from usd_inr_converter import converter
print(converter.usd_to_inr(1))
print(converter.inr_to_usd(1))
```
