Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rk-vashista/finance-tracker
https://github.com/rk-vashista/finance-tracker
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rk-vashista/finance-tracker
- Owner: rk-vashista
- License: mit
- Created: 2024-08-02T17:39:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T18:00:07.000Z (3 months ago)
- Last Synced: 2024-08-03T20:27:34.697Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Finance Tracker
Finance Tracker is a simple Python application to track your financial transactions. It allows you to add transactions, categorize them, and visualize the data.
## Installation
1. Clone the repository:
```sh
git clone
cd Finance Tracker
```2. Install the required packages:
```sh
pip install -r requirements.txt
```## Usage
1. Run the main script:
```sh
python main.py
```2. Follow the prompts to add a new transaction.
## License
This project is licensed under the MIT License.