Skip to content

jessislearning/budget-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💳 Budget App

The Budget App contains two main parts:

⭐️ A python class called "Category" ⭐️


which takes user input for a budget category for the following actions:
- deposit
- withdraw
- get balance
- transfer
- check funds

As an example:

image

The app outputs:

image

⭐️ A function called "create_spend_chart" ⭐️


which creates a string-formatted visualization. The chart shows for the amounts (withdrawals) per category as a percentage of total spending. An example output is shown below:

image


⬇⬇⬇The images shown here and more information about the Budget App Project from FreeCodeCamp can be found:⬇⬇⬇

https://www.freecodecamp.org/learn/scientific-computing-with-python/build-a-budget-app-project/build-a-budget-app-project