Giter VIP home page Giter VIP logo

tangerineanalyzer's Introduction

tangerineAnalyzer

Matteo Golin

Functions as a command line tool for analyzing and searching transactions from Tangerine banking. Files must be in CSV format.

License: MIT

Usage

To see full usage of the commandline options, please type py main.py -h in the console.

All commands are indicated by a subcommand, such as searching by amount-search or by keyword-search. All commands require a path to the transactions CSV file, and take an optional date range to search within.

Note that if no date range is specified, the software will search all transactions. This means that it is valid to run date-search without a specified date range, however it is equivalent to showing all transactions.

Display

If the program is run with no commandline arguments, a launch screen is shown with an indication on how to view the help for the CLI.

Results are printed immediately after execution. Transactions lists are printed with the formatting done by the pandas module, and all numerical results are printed in plain text with a Amount: $<number> indicator.

Installation

This program requires the following dependencies:

  • Pandas
  • Python 3.10.0 or later The program also requires a valid CSV file to run. The CSV file must be in the same format as the transaction details CSV provided by Tangerine Bank.

Features in Development

  • Custom date ranges
  • Single date search

tangerineanalyzer's People

Contributors

linguini1 avatar

Watchers

 avatar  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.