A colorful CLI expense tracker
Project description
💰 Expense Tracker - CLI
A simple command-line Expense Tracker built using Python. This project helps you record, view, and summarize your daily expenses with a colorful and neatly formatted tabular interface.
✨ Features
- Add expenses with amount, category, and date
- View all recorded expenses in a tabular format
- Get category-wise summary and total spending
- Save data in a JSON file (
expenses.json) - Reset all expenses when needed
- Colorful CLI output for better readability
📦 Install via pip
pip install laypatel13-expense-tracker
Then run it from anywhere in your terminal:
expense-tracker
🛠️ Install from source
git clone https://github.com/laypatel13/expense-tracker.git
cd expense-tracker
pip install -r requirements.txt
pip install -e .
Then run:
expense-tracker
📂 Project Structure
expense-tracker/
├── expense_tracker/
│ ├── __init__.py
│ └── main.py
├── pyproject.toml
├── requirements.txt
└── README.md
🧰 Built With
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 laypatel13_expense_tracker-0.1.2.tar.gz.
File metadata
- Download URL: laypatel13_expense_tracker-0.1.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a163dc89fc28f15ac4863ee44d55e2af56a32882ddf813465d90da183daf2efc
|
|
| MD5 |
f2b3aef9776bd8a5dbe06468d3eb59fd
|
|
| BLAKE2b-256 |
7832b0de77d291aa2cd16e25dd55421a85f07f4bb0c1f8cf8ede56bc26e5ab4a
|
File details
Details for the file laypatel13_expense_tracker-0.1.2-py3-none-any.whl.
File metadata
- Download URL: laypatel13_expense_tracker-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e17d0ebbf2d437ae1007b04f213c7244d1985c3ccf515e1717da1d2370b2566b
|
|
| MD5 |
3e0eebc77bab83b707eefcf19671fc51
|
|
| BLAKE2b-256 |
a3731f1c84e0ae12ccf363c3f554ad752cd49d0b1e7a45f6729eef8917035483
|