- 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.
- 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.
-
Create a Google Cloud Project:
- Go to Google Cloud Console.
- Click Create Project and give your project a name.
-
Enable the Google Sheets API:
- APIs & Services > Library.
- Search for Google Sheets API and click Enable.
-
Create OAuth 2.0 Credentials:
- Go to APIs & Services > Credentials.
- Click Create Credentials > OAuth 2.0 Client IDs.
- Download the
credentials.json
file.
-
Place the
credentials.json
File:- Place the
credentials.json
file in thesrc/main/resources
directory of the project.
- Place the
- Clone the Repository:
git clone https://github.com/YOUR_USERNAME/FinanceFlow.git cd FinanceFlow