An open API service indexing awesome lists of open source software.

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

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.