GROWTH RATE calculator with PYTHON and RICH on LINUX. DAILY in USE!

Calculating the growth rate of two numbers for digital marketing reports is required nearly daily.

Growth rate calculator:
https://gitlab.com/stephan-raabe/dotfiles/-/blob/main/scripts/growthrate.py

That’s why I created a Python script to calculate the growth rate within my terminal. I’m using two Python libraries:

Rich:
https://github.com/Textualize/rich

Pyperclip:
https://pypi.org/project/pyperclip/

Similar Posts