Skip to main content

A simple CLI tool for personal and small business budgeting.

Project description

MiniBudget

License: AGPL v3

MiniBudget is a tool designed to enable personal and small business budgeting using a plaintext format. It's inspired by beancount and plainbudget.

I wrote the MVP in an evening because:

  1. Beancount doesn't have a budgeting feature
  2. Google Sheets seemed far too complex and inefficient for such a simple set of operations

Quickstart

Install with pipx

This is the recommended way to use minibudget. First install pipx if you don't already have it.

Then install. It's best to install the version with [convert] extras.

pipx install "minibudget[convert]" --pip-args "'--pre'"

You should be able to run minibudget from the command line like other CLI tools:

wget https://raw.githubusercontent.com/fdavies93/minibudget/refs/heads/main/budgets/example.budget
minibudget report example.budget

Run from Source

Clone the repo. Poetry is the easiest way to run it.

poetry run minibudget report budgets/example.budget

Now take a look at example.budget to learn more about it.

If you want to use the convert feature then use poetry install -E convert to get the required packages.

Documentation

Possible Features

Since this is a deliberately simple tool, the preferred way to implement these is as command line options which generate different types of output. A proper TUI in curses or similar would make this into a finance tool from the 80s, which is probably redundant versus a web app.

Pull requests welcome. I may or may not implement these myself when I feel like it.

Budget Format / Parsing

  • Attach notes to budget categories; view them by using a flag
  • Comment syntax
  • Metadata for specifying period the budget covers, default currency, etc.
  • Budget assertions for explicit and implicit categories
  • Allow negative income and positive expenses accounts for edge cases in business & financial records.
  • Add a formatting mode.
  • Write a treesitter grammar for neovim etc.

Data Handling

  • Make treatment of numbers / currency consistent
    • Use Decimal / bespoke money handler consistently for currency
    • Write consistent currency formatter class or interface; build in concept of 'normal' decimalisation (e.g. USD has 2, NTD has 0).
  • Proper multi-currency support
  • Add more canned currency formats
  • Implement non-regression and unit testing

Conversion from other formats

  • Convert ledger records to minibudget format
  • Convert csvs to minibudget format
  • Convert JSON output format back into

Outputs / rendering

  • CSV output for report
  • JSON output for diff
  • JSON output for report
  • Make formatting and report structure customizable
  • Stacked bar chart for income and expenses over time (visualising diff)
  • Sunburst chart for income reports, for people with many income streams

Completed Features

  • Switch to Calendar Versioning (likely YYYY-MM-R or YYYY-MM-DD)
  • Sunburst chart for expenses reports
  • CSV output for diff
  • Cool formatting for CLI
  • Integrate with beancount via bean-query to import real spending
  • Totals for budget categories, not just the top level income / expenses / unassigned

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

minibudget-2024.11.3.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

minibudget-2024.11.3-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file minibudget-2024.11.3.tar.gz.

File metadata

  • Download URL: minibudget-2024.11.3.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for minibudget-2024.11.3.tar.gz
Algorithm Hash digest
SHA256 8a46f74050fab52ac39bec7d427f1403f3677d1f18564c7bf92b9dbcaca9ec7f
MD5 2fe4f04ff30ae3666ae7333a14965533
BLAKE2b-256 66f34acabe833f31b13ba050ce64c37835a232680e2761d8417d48f6d67e3e5a

See more details on using hashes here.

File details

Details for the file minibudget-2024.11.3-py3-none-any.whl.

File metadata

  • Download URL: minibudget-2024.11.3-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for minibudget-2024.11.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1784157589788a221e15fdf3a2530a451a52e71aa7259175f1bdbbd8fcf814ab
MD5 deffa764668965a5f6af835078498f9f
BLAKE2b-256 44c2ceeddad6463dea1e4f240706213a3a0d725019775ae04d81daf7a607c5e2

See more details on using hashes here.

Supported by

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