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

https://github.com/nathancordeiro/expense-tracker-app

Try my Expense tracker built in python with PyQt5
https://github.com/nathancordeiro/expense-tracker-app

Last synced: 6 months ago
JSON representation

Try my Expense tracker built in python with PyQt5

Awesome Lists containing this project

README

          

# Expense Tracker
---

## Overview
The Expense Tracker App is a simple yet powerful tool designed to help users manage their expenses efficiently. It allows users to easily add, view, and delete expenses, providing a convenient way to keep track of spending.

## Features
- Add Expense: Users can add new expenses by providing details such as name, amount, date, and category.
- View Expenses: View a list of all recorded expenses, including name, amount, date, and category.
- Delete Expense: Delete a specific expense entry from the records.
- Save Data: All expense data is automatically saved to a file for future reference.

## Technologies Used
- Python 3
- PyQt5

## Installation
Clone the repository:

git clone https://github.com/NathanCordeiro/Expense-Tracker-App.git

Install dependencies:
pip install pyqt5

## Usage
Run the application:

python expense_tracker.py

- Click on the "Add Expense" button to add a new expense.
- Click on the "View Expenses" button to see a list of all recorded expenses.
- To delete an expense, click on the "Delete Expense" button and follow the prompts.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Acknowledgements
- Inspired by the need for a simple and effective expense tracking solution.
- Built using PyQt5, a powerful GUI framework for Python.