Metadata-Version: 2.4
Name: interest_sct
Version: 0.1.0
Summary: A simple module to calculate Simple and Compound Interest.
Author-email: Guru <developerguru03@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Demon-Developer/python_module_development/tree/main/intrest
Requires-Python: >=3.7
Description-Content-Type: text/markdown

interest

A simple Python module to calculate Simple Interest and Compound Interest.

Installation
bash
pip install interest

 from now on No need to memorise the formula just call the module and use it

