Metadata-Version: 2.1
Name: interest-loan-0.1
Version: 1.0.0
Summary: A  Interest Calculator calculate loan interest rate etc.
Home-page: https://github.com/Akshay311/InterestCalc
Author: Akshay Thakare
Author-email: thakarea686@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Interest Calculator 

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   

## Functionality of the Music Player

- Interest Calculator



## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  step 1 : pip install interestCalc
  
  step 2 : from package.main import interest
  ```
## Example(Calculate Loan Interest)

 ```
## test.py 


from package.interest import interest
interest()
   
Output:

> interest() 
              
Principal Amount : 100
Interest Rate : 10
Enter Months : 10
Enter Years : 0
Interest Earned :  8.33
Total Amount(Principal + Interest) :  108.33

 ```
  Function
 ```
interest()

This function are avalible our package.
I hope enjoy our package
Thank You

