A simple financial calculator for different parameters that can accept command-line arguments.
Link to the project Loan Calculator.
Link to all of my Hyperskill projects.
Stage 1/4: Beginning
Create a simple program that will print messages about loan calculations.
Stage 2/4: Dreamworld
Communicate with the user to get input values, do some simple mathematical operations, and output the result.
Stage 3/4: Annuity Payment
Calculate real loan parameters using Python’s mathematical capabilities.
Stage 4/4: Differentiate Payment
Make the loan calculator able to work with different types of payment and accept command-line arguments.