Skip to content

akhiltulluri/excel_gst

Repository files navigation

GST Excel file manipulator

A python GUI for generating consolidated report from month-wise details of input tax credit, credit notes and debit notes.

I built this project long ago to help my dad with his work at office -- saving him time by automating 2 days of manual work to be done within seconds.

image

Setup Instructions

# create a venv
python3 -m venv venv
source venv/bin/activate
# install deps
pip install -r requirements.txt

# run
python cli.py <input_folder> <output_folder> <output_file_name>

DEPRECATED: This Program USED to have a GUI, and since pyqt5 doesn't work on ARM Macbooks and I don't have time to port to pyqt6

Make sure you've Python and poetry installed.

Install the dependencies

poetry install

Run the GUI

poetry run python excel_gst/main.py

About

A python GUI for doing some calculations over many excel workbooks that are related to GST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages