Home
Softono
MyMoney.Net

MyMoney.Net

Open source C#
89
Stars
28
Forks
8
Issues
10
Watchers
1 month
Last Commit

About MyMoney.Net

MyMoney.Net is a rich client personal finance application designed specifically for programmers and technical users. Built entirely in C using .NET 10.0 and WPF, the software provides full access to financial data without proprietary lock-in. It utilizes SQLite to store transactions in local files, ensuring complete user ownership and modifiability of records. Key features include support for online banking via OFX specifications, stock quote integration with services like TwelveData and Polygon.io, and currency rate updates from fastforex.io. The application also incorporates image processing capabilities, including a Canny edge detection algorithm, to assist in digitizing receipts and capturing document boundaries. Targeted at developers who wish to extend functionality, the open-code structure allows for the quick and easy implementation of custom features. Installation is streamlined via a ClickOnce installer for systems with the .NET 10.0 Desktop Runtime, with optional third-party licenses governed by MI

Platforms

Web Self-hosted Windows

Languages

C#

MyMoney.Net is a rich client .NET 10.0 application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like.

Install

Once you have .NET 10.0 Desktop Runtime installed you can simply click the ClickOnce Installer to install the app.

You can see information on the latest release from github releases.

Help

Learn how to use the app by reading the MyMoney.Net Documentation.

Licenses

This program is provided with MIT license. This program optionally uses Stock Quote Services from TwelveData and Polygon.io which are subject to their respective licenses. It also uses Currency Rates from fastforex.io. It uses online Banking information (OFX) using the OFX 1.0 and 2.0 specifications. It uses SQLite to store your financial transactions in a local file on your computer. It also has an implementation of the Canny edge detection algorithm used in getting quick image boundaries from your scanner, especially useful for receipts.

Lastly the app is built entirely in C#, using .NET 10.0 and Visual Studio, and WPF. UnitTests are written and executed from a DGML test Model using DgmlTestModeling.

--Enjoy!