All Projects → MatzeB → pygnucash

MatzeB / pygnucash

Licence: BSD-2-Clause license
Python code to read gnucash 2.6 sqlite3 files; features gnucash 2 ledger translator.

Programming Languages

python
139335 projects - #7 most used programming language
PLpgSQL
1095 projects
shell
77523 projects

Projects that are alternatives of or similar to pygnucash

Gswl Book
This repository contains the content of the book Getting Started With Ledger.
Stars: ✭ 105 (+238.71%)
Mutual labels:  ledger
Insolar
Enterprise-ready blockchain platform
Stars: ✭ 192 (+519.35%)
Mutual labels:  ledger
sage
💸 Download from your banks and credit cards straight to your computer
Stars: ✭ 51 (+64.52%)
Mutual labels:  ledger
Hledger
A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Stars: ✭ 1,887 (+5987.1%)
Mutual labels:  ledger
Blockvotes
An e-voting system based on blockchain using ring signature
Stars: ✭ 182 (+487.1%)
Mutual labels:  ledger
Frame
System-wide Web3 for macOS, Windows and Linux
Stars: ✭ 225 (+625.81%)
Mutual labels:  ledger
Awesome Ledger
⭐️ Useful resources for the Ledger command-line accounting system
Stars: ✭ 99 (+219.35%)
Mutual labels:  ledger
npo-ledger-cli
Give Up GitHub: https://GiveUpGitHub.org
Stars: ✭ 57 (+83.87%)
Mutual labels:  ledger
Ledger Autosync
Synchronize your ledger-cli files with your bank.
Stars: ✭ 189 (+509.68%)
Mutual labels:  ledger
hledger-iadd
A terminal UI as drop-in replacement for hledger add.
Stars: ✭ 61 (+96.77%)
Mutual labels:  ledger
Hledger Mode
An Emacs major mode for Hledger
Stars: ✭ 142 (+358.06%)
Mutual labels:  ledger
Abandon
😌 Simple and Robust Accounting
Stars: ✭ 155 (+400%)
Mutual labels:  ledger
Plaintextaccounting.github.io
The plaintextaccounting.org website, a portal to Ledger, hledger, beancount and co.
Stars: ✭ 230 (+641.94%)
Mutual labels:  ledger
Chainabstractionlayer
Blockchain abstraction layer
Stars: ✭ 131 (+322.58%)
Mutual labels:  ledger
database-journal
Databases: Concepts, commands, codes, interview questions and more...
Stars: ✭ 50 (+61.29%)
Mutual labels:  ledger
Solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
Stars: ✭ 1,383 (+4361.29%)
Mutual labels:  ledger
Wavelet
Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
Stars: ✭ 224 (+622.58%)
Mutual labels:  ledger
conceal-desktop
Conceal Desktop (GUI)
Stars: ✭ 65 (+109.68%)
Mutual labels:  ledger
ledger-app-nano
Ledger Nano X, Nano S & Blue applications for NANO and derivative coins
Stars: ✭ 34 (+9.68%)
Mutual labels:  ledger
Vim Ledger
Vim plugin for Ledger
Stars: ✭ 253 (+716.13%)
Mutual labels:  ledger

pygnucash - read gnucash files in python

1. Introduction

This repository contains code to read sqlite3 files as produced by gnucash version 2.6 and higher. It features two proof of concepts scripts:

  • gnucash2ledger.py convert a gnucash file to a ledger-cli file
  • stockreport.py Summarizes your wins/losses with stocks/mutual funds (contrary to the gnucash builtin reports this one recognizes taxes/fees on dividend transactions)

2. Requirements

  • python 3.x (tested on 3.6, may or may not work on other versions on 2.x)

Author/Contact

The code was written by Matthias Braun<[email protected]>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].