https://github.com/antonisparaskevis/present-worth
A Python script that calculates the present worth of an investment, given its desired future worth.
https://github.com/antonisparaskevis/present-worth
calculations python python-3 python-script python-scripting python-scripts python3 pythoncode pythoncoding pythonpractice pythonprogram pythonprogramming pythonprograms pythonproject pythonprojects pythonprojectsforbeginner pythonscript pythonscripting pythonscripts script
Last synced: about 12 hours ago
JSON representation
A Python script that calculates the present worth of an investment, given its desired future worth.
- Host: GitHub
- URL: https://github.com/antonisparaskevis/present-worth
- Owner: AntonisParaskevis
- License: mit
- Created: 2025-10-28T17:17:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-14T15:22:02.000Z (8 months ago)
- Last Synced: 2025-11-14T17:28:52.139Z (8 months ago)
- Topics: calculations, python, python-3, python-script, python-scripting, python-scripts, python3, pythoncode, pythoncoding, pythonpractice, pythonprogram, pythonprogramming, pythonprograms, pythonproject, pythonprojects, pythonprojectsforbeginner, pythonscript, pythonscripting, pythonscripts, script
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# present-worth
A Python script that calculates the present worth of an investment, given its desired future worth.
# Requirements
Python 3.x
# Download
Click the Code button, then click on "Download ZIP"
OR
Click the present_worth.py file, then click on the Download Raw File button.
# How to Use
1. Enter the investment's desired future worth. It must be a positive number, either integer or decimal. Then, press Enter.
2. Enter the interest percentage. It must be a positive number, either integer or decimal. Then, press Enter.
3. Enter the number of years. It must be a positive integer. Then, press Enter.
4. The present value of the investment will be displayed on screen.
5. Finally, press Enter to exit the program.
# License
MIT License © 2025 Antonis Paraskevis