Metadata-Version: 2.1
Name: fin4py
Version: 0.0.2
Summary: financial-calculator
Home-page: https://github.com/ahadnur/pyFinance
Author: Md. Ahadujjaman Nur
Author-email: ahadnur44@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Welcome to Finance with python!

My first package of python for finance. I hope this will help lot of people and if any **contributor** wants to **contribute** then he or she will be most welcome for this project.
**Thank You so much!**

This is a basic financial Calculator!

---

This module will help the students who are finance backgrounded and also for professional useage. This will be upgraded. You can use it through python. Type the command in the terminal **python3 -m pip install fin4py**

> **Note**
>
> - First go to python shell and type **>>>from fin4py import finance as f**
> - The following functions are given..
> - You can calculate future value with simple interest with the function futureValue_simple.
> - **>>> f.futureValue_simple()**
> - This will ask you some variables

> - You can calculate future value with with compound interest with the function futureValue_compound.
> - **>>> f.futureValue_compuond()**
> - This will ask you some variables

> - Newly added how to find the effective interest rate of a certain rate.
> - **>>> f.effecticeInterestRate()**
> - As usual it will take some rates from you and calculate for you.


