Skip to content

tnibert/PySkrill

Repository files navigation

MoneyLover Excel Lib

This is a library to data crunch excel documents generated by MoneyLover Android app.

To load generated documents into library, first open them with openoffice or libreoffice and save as .xlsx.

Sample scripts can be found in scripts/ directory, documentation can be found in docs/ directory. To run sample scripts put them in the same directory as moneylover.py.

If you find a bug, please post about it in the MoneyLover-Excel-Lib github issues section. Contributors more than welcome. Features to be implemented can be found in plan.txt.

To install latest stable release, you can use pip: sudo pip install MoneyLover_Excel_Lib

If you use pip, the module must be imported with one of the following two statements: from MoneyLover_Excel_Lib.moneylover import * or import MoneyLover_Excel_Lib.moneylover

Otherwise you may use the module by placing moneylover.py in the same directory as your script and importing using: from moneylover import * or import moneylover

Written by Tim Nibert http://www.github.com/tnibert/MoneyLover-Excel-Lib http://www.ironlotuscomputer.com.au

About

A python library for handling Excel spreadsheet data generated by the MoneyLover Android app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages