Skip to content

Instantly share code, notes, and snippets.

View arora-nikhil's full-sized avatar

Nikhil Arora arora-nikhil

View GitHub Profile
@arora-nikhil
arora-nikhil / README.md
Last active December 1, 2022 11:23 — forked from foulegg/README.md
Generate a ClearTax capital gains report using the capital gains statement from Kuvera (depends on beautifulsoup4 and openpyxl)

Installing dependencies

This script requires two Python dependencies: beautifulsoup4 and openpyxl. Install them first using pip:

$ pip install beautifulsoup4
$ pip install openpyxl

You might have to use sudo if installing globally.