Giter Club home page Giter Club logo

expense-tracker's Introduction

Expense Tracker

Expense Tracker is a tool that enables the easy and quick entry of receipts into a Google spreadsheet for personal finances. For my purposes, the data is sent to a spreadsheet in my personal Google Drive.

Install dependencies:

pip3 install gspread oauth2client pandas

Usage:

python3 client.py

In order to enable this tool for your own Google spreadsheet purposes, follow the steps outlined in this blog. After downloading the key in JSON format, name the JSON file "expense-tracker.json" and place it in this project directory. If you would like to use a different name for your JSON file, find the line:

self.creds = ServiceAccountCredentials.from_json_keyfile_name('expense-tracker.json', self.scope)

And replace expense-tracker.json with your JSON filename.

Note: The Google Cloud Platform has changed slightly since the writing of that blog post, so some exact steps may be inaccurate. The basic idea is to create a service account for the application, and generate a new key to download in JSON format.

To change the spreadsheet being edited, find the line:

self.sheet = self.client.open("Expenses").sheet1

Change the string "Expenses" to the name of your Google spreadsheet.

expense-tracker's People

Contributors

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