Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 835 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 835 Bytes

CSV-RoundUps PyPI PyPI - Downloads

I tried Acorns and Stash and didn't want to pay monthly, so I made this python script to "round-up" transactions.

CSV-RoundUps
---
This is meant to be used with your bank/credit card statements in a CSV format.

It will calculate all of the purchases, round them to the nearest dollar
and give you that total. You can use that total to invest, or save.
---
Usage: roundup <directory or file.csv>

Not providing a path means the program will loop through the current directory.

Examples:
    Round up chase.csv               :  roundup chase.csv
    Round up transactions directory  :  roundup transactions