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.
# 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 installRun the GUI
poetry run python excel_gst/main.py