A balance Generator which collects data from the site https://financialmodelingprep.com/ and present it in formatted way. It can make balance sheet for any company and For multiple years
To Run you
pip3 install pipreqs
pipreqs /path/to/project //y generates the requirement.txt file
pip3 install -r requirement.txt
python3 Balance_sheet_Gen.py
on terminal select Company code such as MSFT , GOOG ,META APPL
select date with numbers
DONE!