Skip to main content

A simple expense tracking package

Project description

arifETS

arifETS is a Python package designed for tracking and analyzing expenses. It reads expense data from a CSV file (please provide path of your CSV file through terminal command or in your code) Calculates total and average expenses, categorizes expenses by category, and plots the expenses using Matplotlib.

Installation

You can install arifETS from PyPI using pip:

pip install arifETS
arifETS /path

Sample CSV Format
date,category,description,amount
2023-01-01,Food,Groceries,50.00
2023-01-02,Transport,Bus ticket,2.50
2023-01-03,Entertainment,Movie,12.00
2023-01-04,Food,Restaurant,30.00
2023-01-05,Bills,Electricity,100.00

(date,category,description,amount) these are main data headings please add enteries in your CSV according to it.

For reference CSV please visit 
https://github.com/Arifs75/expense/blob/main/expense.csv

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arifETS-0.1.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

arifETS-0.1.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page