Skip to content

dstodolny/starling2ledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Starling2Ledger

This is a GUI program written in Python that converts Starling Bank csv files into Ledger format.

OSX Application

In order to make this script executable as any other application under OSX create an AppleScript:

do shell script "export LC_ALL=en_US.UTF-8; export LANG=en_US.UTF-8; /usr/local/bin/python3 '/Users/<USER>/<PATHTOSCRIPTFOLDER>/starling2ledger.py' &> /dev/null &"

and save it as an application.

About

Convert Starling Bank CSV files into Ledger format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages