M
M
myrslok2013-12-28 17:50:37
Electronic accounting
myrslok, 2013-12-28 17:50:37

What home accounting software has automatic data import for Russian banks?

First of all, we are interested in the introduction of payment by plastic cards.
I know that Zenmoney has SMS parsing of some banks. What other options?
A web interface is required, preferably a mobile application. Need support for multiple accounts with different currencies. Choosing from convenient and rich in functions, I prefer convenient.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anatoly, 2013-12-28
@myrslok

HomeMoney

A
Andrey K, 2015-02-01
@kirill_grosul

import sys, codecs
sys.stdin = codecs.open('input.txt', 'r', encoding = 'utf-8')

A
aardvarkx1, 2015-02-01
@aardvarkx1

If the python2 version is used, then the built-in open() function does not accept an encoding parameter ( https://docs.python.org/2/library/functions.html#open).
If you need to open in the required encoding, try https://docs.python.org/2/howto/unicode.html
But in python3 you can use encoding.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question