DEV Community

Cover image for Need testers and data donations for account analysis program (KYSA)
codade
codade

Posted on • Updated on

Need testers and data donations for account analysis program (KYSA)

I've written a small python-based account analysis program.
Basic features include:

  • Machine learning algorithm for categorization as well es recognition of defined search strings
  • Multiple diagram output to visualize the data content
  • Excel export to further analyze the data manually
  • Possibility to add a manually filled excel template file with cash payments

The program is called KYSA and currently it is able to import csv-files from around 13 german bank accounts automatically. The UI is GTK3+-based (Pygobject) and available in German and English. Unfortunately up to now I wasn't able to implement support for any non-german bank accounts (csv-files).
To change this, I need the help of everyone who is willing to support me and the development of KYSA with a free data donation.
Since each bank uses a slightly different csv format, I need to know the blank lines (before and after the data entries) as well as the column labels and date format for KYSA to work. No transaction information or other personal data is required.

More info can be found at the codeberg repository: https://codeberg.org/codade/KYSA. There you'll find the info needed for the csv-import in the account_ident.py file. If you want to contribute in another way, let me know. I'm happy about every support.
Stable Windows and macOS executables at: https://digital-souveraenitaet.de/kysa-know-your-spendings-english/

Top comments (0)