Giter VIP home page Giter VIP logo

capital's Introduction

Capital

Wealth consists not in having great possessions, but in having few wants. --Epictetus

Credit card transactions are hard to grok at a glance due to noise. Payments blend in with transactions, transactions to the same store in multiple locations are hard to identify, and sometimes you want omit transaction you expect to be present. Capital is a data cleansing tool that accepts raw transactions exports from banks.

Banks

Supported

  • Apple Card - apple
  • Bank of America - boa
  • Capital One - capone

Key Features

  • Multiple bank are supported
  • User friendly payee names
  • Drop recurring transactions
  • Filter transactions after a date
  • Filter transactions within a month

Getting started

Clone Capital to a local directory called path and create an alias for it.

alias capital="python3 {path}/Capital/runner.py"

Arguments

Option Description Type Options Required
-bank Bank to be processed String apple, capone, boa ✔️
-file Transaction import file path CSV ✔️
-month Filter transactions for the given month Number 1-12
-date Filter transactions after a given date (inclusive) Date mm/dd/yyy

Example

Clean Bank of America transactions for November after the 9th.

capital -bank boa -file ~/Downloads/currentTransaction.csv -month 11 -date 11/9/2021

capital's People

Contributors

5top1t avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.