Skip to content

SiorMeir/investment_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Investment Calculator

This repository contains an Investment Calculator application. The application helps users calculate the future value of their investments based on initial investment amount, interest rate, and investment duration.

Features

  • Calculate future investment value
  • Support for different interest compounding frequencies
  • User-friendly interface

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/investment_calculator.git
  2. Navigate to the project directory:

    cd investment_calculator
  3. Create a virtual environment:

    python -m venv venv
  4. Activate the virtual environment:

    • On Windows:
      .\venv\Scripts\activate
    • On macOS and Linux:
      source venv/bin/activate
  5. Install the required dependencies:

    pip install -r requirements.txt

Usage

This project uses Jupyter Notebook for interactive calculations and visualizations. To start the Jupyter Notebook:

  1. Ensure you have Jupyter installed in your virtual environment:
    pip install jupyter
  2. Launch Jupyter Notebook:
    jupyter notebook
  3. Open the investment_calculator.ipynb notebook and follow the instructions to perform your calculations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published