https://github.com/nickgeek/taxes
A little Python script I made to do my taxes for me
https://github.com/nickgeek/taxes
Last synced: 26 days ago
JSON representation
A little Python script I made to do my taxes for me
- Host: GitHub
- URL: https://github.com/nickgeek/taxes
- Owner: NickGeek
- License: mpl-2.0
- Created: 2021-03-31T07:58:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T08:01:40.000Z (over 5 years ago)
- Last Synced: 2025-12-20T00:20:08.729Z (7 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
Taxes are annoying
==================
I think Python is easier to use than most spreadsheet programs so I just made a quick
script that parses `ASB `_ CSV exports and computes all the extra tax
information I need. The ``compute_taxes`` function in ``taxes/calc.py`` is designed to be
edited by the user of the script to suit the user.
I don't think this will be useful to anyone except for me because I just hard coded
everything for my specific needs but it shouldn't be too hard to adapt the script.