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
- Host: GitHub
- URL: https://github.com/nathancordeiro/expense-tracker-app
- Owner: NathanCordeiro
- License: mit
- Created: 2024-03-23T15:43:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T19:11:29.000Z (over 1 year ago)
- Last Synced: 2025-02-07T00:20:20.495Z (8 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.