Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnott/moneyman
A financial money management library and applications that utilize it.
https://github.com/aarnott/moneyman
financial money money-manager
Last synced: 19 days ago
JSON representation
A financial money management library and applications that utilize it.
- Host: GitHub
- URL: https://github.com/aarnott/moneyman
- Owner: AArnott
- License: ms-pl
- Created: 2017-01-16T00:38:01.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T04:59:45.000Z (about 1 month ago)
- Last Synced: 2024-12-06T05:26:35.175Z (about 1 month ago)
- Topics: financial, money, money-manager
- Language: C#
- Size: 1.98 MB
- Stars: 40
- Watchers: 3
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MoneyMan
A financial money management library and applications that utilize it.
[![Install](https://img.shields.io/badge/prerelease-win--x64-green)](https://moneymanreleases.blob.core.windows.net/releases/prerelease/win-x64/Nerdbank.MoneyMan.Setup.exe)
[![Install](https://img.shields.io/badge/prerelease-win--arm64-green)](https://moneymanreleases.blob.core.windows.net/releases/prerelease/win-arm64/Nerdbank.MoneyMan.Setup.exe)[![Install](https://img.shields.io/badge/CI-win--x64-green)](https://moneymanreleases.blob.core.windows.net/releases/main-CI/win-x64/Nerdbank.MoneyMan.Setup.exe)
[![Install](https://img.shields.io/badge/CI-win--arm64-green)](https://moneymanreleases.blob.core.windows.net/releases/main-CI/win-arm64/Nerdbank.MoneyMan.Setup.exe)[![Join the chat at https://gitter.im/MoneyManagement/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/MoneyManagement/Lobby?utm_source=badge&utm_medium=badge&utm_content=badge)
[![Build Status](https://dev.azure.com/andrewarnott/OSS/_apis/build/status/MoneyMan/MoneyMan?branchName=main)](https://dev.azure.com/andrewarnott/OSS/_build/latest?definitionId=51&branchName=main)
[![codecov](https://codecov.io/gh/aarnott/moneyman/branch/main/graph/badge.svg)](https://codecov.io/gh/aarnott/moneyman)## Why?
Because Intuit Quicken has become far too old to work well on modern systems. It suffers from:
1. Poor support for high DPI screens
1. Slow
1. Buggy
1. No competitionYet Intuit charges $70+ each year for upgrades that add very little value.
MoneyMan is intended to offer users an alternative.
## How?
MoneyMan is primarily implemented in a .NET 6 library, with applications for (eventually) each platform and device.
It utilizes SQLite as its data store due to its cross-platform availability, compact size and high performance.