An open API service indexing awesome lists of open source software.

https://github.com/xandersteyn/example-repo


https://github.com/xandersteyn/example-repo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Finance Calculator

A Python program that helps users calculate:

- The interest earned on an investment (simple or compound)
- The monthly repayments for a bond (home loan)

It uses math formulas and validates user input. The program runs in a loop, allowing users to perform multiple calculations.