Dynamic retirement calculator built on customtkinter, with the option to save a pre-formatted Excel spreadsheet of the results.
For compiled Linux/Windows binaries:
- Download the latest release under the "Releases" section.
- Run the release meant for your system (Windows and Linux are available, with MacOS support coming Soon™!)
- Fill out the information in the entry fields to the right. These will be currency values for salary, and percentages for the rest. (only numbers and decimal points are accepted, no symbols)
- Press any of the "Update" buttons next to the entry fields.
- You're done! Your results should be displayed to the left of the entry fields, and you can click in the menu bar to save a report to wherever you'd like.
For the source Python file (retirement_calc.py):
- Download the latest release under the "Releases" section.
- Navigate to the release folder and run
python retirement_calc.py
- Fill out the information in the entry fields to the right (only numbers and decimal points are accepted, no symbols)
- Press any of the "Update" buttons next to the entry fields.
- You're done! Your results should be displayed to the left of the entry fields, and you can click in the menu bar to save a report to wherever you'd like.
There is no licensing whatsoever for this software. It's entirely free of charge. Use it however you like. The source code is also included for free.