Skip to content

abused-by-github/mmm

Repository files navigation

My Money Manager

My Money Manager - imports data from MoneyManagerEx database file to Bluecoins database file. Including:

  • Accounts
  • Categories and sub-categories
  • Transactions

Labels and payees are not supported.

Usage:

dotnet run -- --from-file "path\to\MoneyManagerEx.mmb" --from-format mmex --to-file "path\to\Bluecoins.fydb" --to-format bcoin

Create a backup of both files first!