Skip to content

Allows users to input check data, which is then imported into a Google Sheet using the Google Drive API.

Notifications You must be signed in to change notification settings

jacobkobr/FinanceFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Check Tracking: Easily input your check amount and the date it was received.
  • Savings Allocation: Select custom categories and allocate specific percentages of their check for personalized budgeting.
  • Google Sheets Integration: Export check details and financial data directly to Google Sheets.

Application Screenshot

Technologies Used

  • Java
  • Swing
  • Google Sheets API with OAuth 2.0

To use this application with Google Sheets, you will need to set up your own Google Cloud project and enable the Google Sheets API.

  1. Create a Google Cloud Project:

  2. Enable the Google Sheets API:

    • APIs & Services > Library.
    • Search for Google Sheets API and click Enable.
  3. Create OAuth 2.0 Credentials:

    • Go to APIs & Services > Credentials.
    • Click Create Credentials > OAuth 2.0 Client IDs.
    • Download the credentials.json file.
  4. Place the credentials.json File:

    • Place the credentials.json file in the src/main/resources directory of the project.

Running the Application

  1. Clone the Repository:
    git clone https://github.com/YOUR_USERNAME/FinanceFlow.git
    cd FinanceFlow

About

Allows users to input check data, which is then imported into a Google Sheet using the Google Drive API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages