<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Francesco Gabrieli</title>
    <description>The latest articles on DEV Community by Francesco Gabrieli (@francesco_gabrieli_).</description>
    <link>https://dev.to/francesco_gabrieli_</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3799726%2Fb7c3fda1-b130-45d0-be3f-e0aebf64c0ac.jpg</url>
      <title>DEV Community: Francesco Gabrieli</title>
      <link>https://dev.to/francesco_gabrieli_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/francesco_gabrieli_"/>
    <language>en</language>
    <item>
      <title>Spectra: automate personal finance from bank CSV/PDF exports (Python)</title>
      <dc:creator>Francesco Gabrieli</dc:creator>
      <pubDate>Sun, 01 Mar 2026 09:48:23 +0000</pubDate>
      <link>https://dev.to/francesco_gabrieli_/spectra-automate-personal-finance-from-bank-csvpdf-exports-python-4cf7</link>
      <guid>https://dev.to/francesco_gabrieli_/spectra-automate-personal-finance-from-bank-csvpdf-exports-python-4cf7</guid>
      <description>&lt;p&gt;Every month I was doing the same manual work: export bank statements, clean messy CSV/PDF formats, decode ugly descriptions, categorize transactions, then update spreadsheets by hand.&lt;/p&gt;

&lt;p&gt;So I built Spectra.&lt;/p&gt;

&lt;p&gt;Spectra is a file-based Python pipeline that ingests bank exports (CSV/PDF), normalizes them, optionally categorizes transactions with an LLM (OpenAI/Gemini), detects recurring payments, converts historical FX rates, and updates a Google Sheets dashboard automatically.&lt;/p&gt;

&lt;p&gt;Core parsing/normalization/dedup runs locally; categorization can be cloud-based depending on configuration.&lt;/p&gt;

&lt;p&gt;If you’ve dealt with bank exports before, I’d love feedback on the worst edge cases you’ve seen and what you’d prioritize next.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/francescogabrieli/Spectra" rel="noopener noreferrer"&gt;https://github.com/francescogabrieli/Spectra&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1an65wi37m5xgm2uapeg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1an65wi37m5xgm2uapeg.png" alt=" " width="800" height="520"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fras6kh1rdmfu9l5safqa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fras6kh1rdmfu9l5safqa.png" alt=" " width="800" height="331"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>opensource</category>
      <category>automation</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
