An open API service indexing awesome lists of open source software.

https://github.com/benami171/expense_tracker

Simple Expense Tracking program with GUI to help you keep track of your spendings.
https://github.com/benami171/expense_tracker

application finance gui json management python

Last synced: 7 months ago
JSON representation

Simple Expense Tracking program with GUI to help you keep track of your spendings.

Awesome Lists containing this project

README

          

# Expense Tracker

A simple Expense Tracker application built with Python and Tkinter. This application allows users to track their spending, view monthly statistics, and manage their expenses through a user-friendly graphical interface.

## Features

- Add new spending entries with details such as amount, purchaser's name, category, shop name, and description.
- View current month's spending statistics, including total spent, average spending per day, and average spending of previous months.
- Remove spending entries.
- User-friendly interface with a modern look.

## Technologies Used

- Python
- Tkinter (for GUI)
- JSON (for data storage)

## Installation

1. Clone the repository:
```bash
git clone https://github.com/benami171/Expense_Tracker.git
```
2. Navigate to the project directory:
```bash
cd Expense_Tracker
```
3. Ensure you have Python installed on your machine. You can download it from [python.org](https://www.python.org/downloads/).

4. Run the application:
```bash
python main.py
```

## Usage

- Upon launching the application, you will see buttons to view statistics, add new spending, remove spending, and exit the application.
- Click on "Add New Spending" to enter details about your spending.
- Click on "View Current Month's Statistics" to see your spending summary.
- Click on "Remove Spending" to delete an entry.

## Author

Gal Ben Ami