This Python code creates an interactive application for calculating compound interest over multiple years. It served as a visualisation for a project idea within Zurich University of Applied Sciences (ZHAW). The code utilises the customTkinter library to create an interactive GUI.
To install this script, use the package manager pip along with the provided requirements.txt file.
pip install -r /path/to/requirements.txt
- Download all necessary files (main.py, requirements.txt).
- Install the necessary libraries on your local environment or virtual environment via the requirement.txt file.
- Run the application.
Note: test.py serves no particular function.
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
Please ensure to update tests as appropriate.
This script is licensed under the MIT License.