Python CLI Fund Management Application with Reporting and Portfolio Graph
To run just open terminal or cmd:
cd FundManagementCLI
python fundmanagement.py
or
python3 fundmanagement.py
A primitive fund management CLI application with basic functions. Added submenus and investment management fee.
- Add Company
- Delete Company
- Track Companies (List)
- Generate Fund Report (List)
- Generate Pie Chart
- Save Fund Data as CSV (Export)
- Issue Units
- Add Investor
- Add Investor Transaction
- Track Investor Transactions
- View Issued Units
- View Units Allocation
- Exit
It will auto-save when you select "exit" or when you select "save fund data", if you close your terminal window, the information will probably be lost.
Please note, it is by no means perfect, WIP.