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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arifETS-0.1.1.tar.gz.
File metadata
- Download URL: arifETS-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f821c7ec56eedf996b6d28417d68b8076b396beea1703481f34461fa47bee03
|
|
| MD5 |
0144574df248a46fc9f9d2b9b6de1403
|
|
| BLAKE2b-256 |
13279de749b1dd3d0d35f62f53531a863132701456670219b2a3c1e0cb108d58
|
File details
Details for the file arifETS-0.1.1-py3-none-any.whl.
File metadata
- Download URL: arifETS-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
181be6265bcfc311c0e6bf2fa99ba4e419a4ba945329e270c17035862b742fc0
|
|
| MD5 |
d23be412fc204339f8f65796026490a1
|
|
| BLAKE2b-256 |
dbdab5a3c78547b661386c3b025e97134179f639deee322e625d01b46e71dc4d
|