Skip to content

RAMZY2233/money_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Monthly Budget Tool

This small Python script prints a monthly budget breakdown, planned savings, and a 12-month savings projection.

Quick start

  1. Ensure Python 3 is installed and on PATH.
  2. Run the script (Windows PowerShell):
python "C:\Users\Public\money_task\budget.py"

Optional: supply a JSON input file with -i/--input.

Example input JSON structure:

{
  "currency": "USD",
  "monthly_income": "4000",
  "expenses": {"rent":"1200", "groceries":"400"},
  "monthly_savings_goal": "500"
}

The script uses Decimal arithmetic for money values.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages