Skip to content

Instantly share code, notes, and snippets.

View Apsaliya's full-sized avatar

Ankit Saliya Apsaliya

  • Pune, India.
View GitHub Profile
@Apsaliya
Apsaliya / README.md
Created August 4, 2020 01:54 — 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.