• Stars
    star
    212
  • Rank 185,679 (Top 4 %)
  • Language
    CSS
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An easy-to-use investment portfolio tracker

Inverno πŸ“ˆ

Inverno is a flexible investments portfolio tracker.

How it works ⁉️

Inverno takes a config file as input and generates an html report. You provide information about transactions, Inverno takes care of the rest.

See an example report here.

drawing

Try it now πŸ”₯

Install Inverno from PyPi:

pip install inverno

Create a new project:

mkdir myproject && inverno new-project myproject

Generate a report:

inverno gen-report myproject/project.yml myproject/report

Check the tutorial to know more!

Documentation πŸ“š