Skip to content

digitalvortex/credit_card_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Calculator

Overview

This project provides a credit card calculator that allows users to perform various financial calculations related to credit card balances, payments, and interest rates. It includes a GUI for ease of use and comes with unit tests to ensure accuracy.

Project Structure

  • calculator.py: Core logic for financial calculations.
  • gui.py: Graphical user interface built with tkinter.
  • main.py: Main script to run the application.
  • test_calculator.py: Unit tests for the CreditCardCalculator class.

How to Run the Application

  1. Clone the repository and navigate to the project directory:
    git clone https://github.com/digitalvortex/credit_card_calculator.git
    cd credit_card_calculator
  2. Create a virtual environment:
    python3 -m venv .
  3. Activate the virtual environment:
    source bin/activate
  4. Install the required dependencies:
    pip install -r requirements.txt
  5. Run the application:
    python3 main.py

Note

Runs on Linux fine, had issues running on MacBook.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages