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.
- Host: GitHub
- URL: https://github.com/benami171/expense_tracker
- Owner: benami171
- Created: 2024-11-11T15:25:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:31:08.000Z (11 months ago)
- Last Synced: 2025-03-10T15:18:35.115Z (7 months ago)
- Topics: application, finance, gui, json, management, python
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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