← 返回
未分类 中文

Eternal Expense Tracker

Track, categorize, and analyze personal expenses via receipt scans, manual input, CSV imports, budget tracking, and detailed spending reports.
跟踪、分类并分析个人开支,支持收据扫描、手动录入、CSV导入、预算管理和详细支出报告。
eternal0404 eternal0404 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 364
下载
💾 0
安装
1
版本
#latest

概述

Expense Tracker

Track, categorize, and analyze personal/business expenses.

Quick Start

Log a transaction:

python3 scripts/expense.py add --amount 45.99 --category food --desc "Grocery run" --date 2026-03-31

Scan a receipt image:

python3 scripts/expense.py scan receipt.jpg

View reports:

python3 scripts/expense.py report --period month    # this month
python3 scripts/expense.py report --period week     # this week
python3 scripts/expense.py report --category food   # food spending
python3 scripts/expense.py report --budget           # budget vs actual

Commands

CommandDescription
----------------------
addAdd a manual transaction
scanOCR a receipt image and extract items
importImport CSV bank statement
reportGenerate spending reports
budgetSet/view monthly budgets by category
categoriesList or edit categories
exportExport data as CSV

Receipt Scanning

The scan command uses OCR to extract:

  • Merchant name
  • Date
  • Line items with prices
  • Total amount

Extracted items are auto-categorized using keyword matching (see references/categories.md for rules).

Data Storage

All data stored in ~/.expense-tracker/:

  • transactions.json — all transactions
  • budgets.json — monthly budget limits
  • categories.json — custom categories and rules

Report Formats

Reports show:

  • Total spent per category (bar chart ASCII)
  • Month-over-month comparison
  • Budget utilization percentage
  • Top merchants by spend
  • Daily/weekly spending trend

CSV Import

Import bank statements (auto-detects columns):

python3 scripts/expense.py import bank_export.csv --date-col Date --amount-col Amount --desc-col Description

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 09:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Eternal Free Search (DuckDuckGo)

eternal0404
使用 DuckDuckGo 的免费网页搜索(无需 API 密钥),适用于搜索新闻、事实、研究、人物、公司等各类信息。
★ 0 📥 549

Eternal Invoice Generator

eternal0404
从命令行生成专业的 PDF 发票、报价单、催款单和周期性账单,支持自定义项目、税费、折扣和付款信息。
★ 0 📥 422

Eternal Adaptive Brain

eternal0404
自适应自我提升的智能体大脑,可检测模式、预测故障、调整行为、进化技能并持续追踪性能。
★ 1 📥 379