https://github.com/xandersteyn/example-repo
https://github.com/xandersteyn/example-repo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xandersteyn/example-repo
- Owner: XanderSteyn
- Created: 2025-04-14T09:49:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-14T10:43:23.000Z (over 1 year ago)
- Last Synced: 2025-04-30T22:55:16.428Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.