The archive contains a single python script. Make it executable:
chmod +x fineco2qif.py
and use it as follows:
python fineco2qif.py Movimenti.xls > output_file.qif
This will translate the Excel file Movimenti.xls as produced by FinecoBank, into a qif file that is suited to be imported by financial software such as the excellent GnuCash.
Please note: you will need the catdoc package in order for fineco2qif to work (catdoc provides the xls2csv program that is used by fineco2qif). If you are using Ubuntu, you can install it with the following command:
sudo aptitude install catdoc
Please, send comments, improvements and bug reports to antonino.sabetta AT isti.cnr.it