Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 797 Bytes

buddy

Monthly Budget Program (CLI)
A money management tool.

Calculates income and expenses on a monthly basis.
Monthly Income - Expenses = Remainder
Prints results to screen with option to save to a text file.

A files folder can be created in order to save files to.
(i.e. - Save as: files/filename)

Examples of file saving:

Save as: files/march.txt
Save as: files/april.txt
Save as: files/may.txt


Note: Use whole numbers only as it will not do decimals at this time.

Can be edited and adjusted accordingly to your needs.

buddy with graphical user interface (gui) here


made with python