Skip to content

Latest commit

 

History

History
executable file
·
32 lines (19 loc) · 1.22 KB

File metadata and controls

executable file
·
32 lines (19 loc) · 1.22 KB

Compound Interest Calculator

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.

Application Overview

Compound

Installation

To install this script, use the package manager pip along with the provided requirements.txt file.

pip install -r /path/to/requirements.txt

Usage

  1. Download all necessary files (main.py, requirements.txt).
  2. Install the necessary libraries on your local environment or virtual environment via the requirement.txt file.
  3. Run the application.

Note: test.py serves no particular function.

Contributing

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.

Licenses

This script is licensed under the MIT License.