- Add new investment
- Add subscription to existing investment
- Add redemption to existing investment
- Add dividend to existing investment
- Update the price of existing investment
- Generate reports of investments to a spreadsheet.
- Currently, supports Chinese only.
- Update language.py to add more languages.
- The .toml in the project lists required dependencies.
- FreeSimpleGUI for GUI.
- OpenPyXL for spreadsheet generation.
- SciPy for financial calculation.
InvestHelper is released under GPLv2.
Package | License |
---|---|
OpenPyXL | MIT |
SciPy | BSD |
FreeSimpleGUI | LGPL-3 |