Skip to content

This is a desktop application that helps people manage and track wealth.

License

Notifications You must be signed in to change notification settings

bearney74/WealthMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov

WealthMan

This is a desktop application for financial planning.

Description

Users can enter basic personal information, income sources, expenses, and basic asset information. Certain assumptions such as inflation rate, and asset rate of return can be entered by the user.

From that information, projections (forecasts) can be made for several years in the future showing how income, assets, and expenses affect a person's net worth.

Currently, users can output the projection data in csv format, that can be imported into a spreadsheet application (Excel, Libre Calc) for further analysis.

Charts can be generated for each projection variable, as well as custom charts for asset totals, income totals and asset contribution totals.

How to run..

Install the modules in the requirements.txt file:

pip install -r requirements.txt

Start the gui:

python src/main.py

Future Plans / Development

I plan on using historic market returns, as well as Monte Carlo simulations to calculate risk.

I would also like to create an interface for "what if" scenarios, which will include possible cost savings if roth conversions are done, etc.

FYI. This project is still under HEAVY development and is not ready for use by end users.
Developers and early adopters can use the program, but should be suspicious of any generated output. I am interested in feedback. Please submit any issues/bugs, feature requests to the issues tab above.

Screenshots

Basic Info

Basic Info

Income Tab

Income Tab

Expenses Tab

Expenses Tab

Assets Tab

Assets Tab

Global Variables

Global Variables Tab

Output (Details)

Details Tab

CSV Output

details.csv

Asset Total Chart

Asset Total Chart

Asset Total Chart (By Assets)

Asset Total Chart By Assets

About

This is a desktop application that helps people manage and track wealth.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages