Git Product home page Git Product logo

financial-analyzer's Introduction

Financial-Analyzer

This project is meant for analysis of personal financial data in a CLI (command line interface) application.

This project used to leverage the Tkinter GUI framework for Python. However, the GUI slows down development time tremendously. A CLI is much easier to work with.

TO ANYONE JOINING RECENTLY Discord server here

Setup Information

Requirements

  • Python3
  • python3-virtualenv
  • python3-pip

Local Setup

  1. Clone the repo:

    git clone https://github.com/andersbandt/Financial-Analyzer
    cd Financial-Analyzer
  2. Initialize and activate a virtual environment:

    virtualenv env
    source env/bin/activate
  3. Install dependencies:

    pip3 install -r requirements.txt

Editing code

There will be some filepaths to adjust in the code based on your machine.

The first is in src/db/__init__.py' and is the DATABASE_DIRECTORY` The second is in the monthly statements base filepath

Running application

  1. Run the application:
    python src/main.py

Financial Data File Structure

On my computer I have a folder where I store all the statements for each account. Each month I go to the accounts and download a file representing all the account information for each month. Typically, this is .csv format. The file structure for the data looks like:

For example - all under "C:\Users\anders\Documents\Financials"

  • monthly_statements\2020\
    • 01-January\
    • 02-February\
    • ...
    • 12-December
  • monthly_statements\2021\
    • 01-January\
    • ...
    • 12-December\

And so on for as many years as you want to create.

How to load in data in application

  1. Select year and month, then select file from dropdown of that menu
  2. Then select account from another dropdown
  3. Hit a button to load in the file
  4. A statement object will be created on the GUI depending on what type of account it is
  5. All transaction data will be loaded

Resources

General

Graphing

Other Budget Trackers

financial-analyzer's People

Contributors

andersbandt avatar lordlabakdas avatar wmramadan avatar flavotech avatar nathan-hello 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.