A basic personal financial-accounting software.
- Install the .NET Desktop Runtime
- Download the latest release
- Extract the archive
- Run
Accounts.exe
# Install .NET Desktop Runtime using the link above or dotnet install scripts
# Allow running scripts
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
# Download and install the latest release of Accounts
Invoke-WebRequest 'https://raw.githubusercontent.com/GaelGirodon/accounts/master/Scripts/Install.ps1' `
| Invoke-Expression
- Manage an account: add, edit, check and remove transactions
- Navigate in the transactions list by month and year
- Get the account balance and the sum of credits and debits of each month
- Batch duplicate transactions to another date
- Save account transactions to a
.account
file (a simple zipped JSON file) - Easily create account file backups
- Support many keyboard shortcuts and accelerator keys
- Available in 🇫🇷 French and 🇬🇧 English
Accounts is licensed under the GNU General Public License.