<?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: GregIos</title>
    <description>The latest articles on DEV Community by GregIos (@travletothefurureprogramming).</description>
    <link>https://dev.to/travletothefurureprogramming</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4109632%2F404a0aa0-da37-4c81-856f-f7efaa327e55.png</url>
      <title>DEV Community: GregIos</title>
      <link>https://dev.to/travletothefurureprogramming</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/travletothefurureprogramming"/>
    <language>en</language>
    <item>
      <title>Invoice2Excel Pro – A local, privacy-focused GUI tool built with Python &amp; CustomTkinter to extract PDF invoices to Excel</title>
      <dc:creator>GregIos</dc:creator>
      <pubDate>Fri, 04 Sep 2026 11:06:54 +0000</pubDate>
      <link>https://dev.to/travletothefurureprogramming/invoice2excel-pro-a-local-privacy-focused-gui-tool-built-with-python-customtkinter-to-extract-4kde</link>
      <guid>https://dev.to/travletothefurureprogramming/invoice2excel-pro-a-local-privacy-focused-gui-tool-built-with-python-customtkinter-to-extract-4kde</guid>
      <description>&lt;h1&gt;
  
  
  Invoice2Excel Pro – A Local, Privacy-Focused PDF Invoice Parser
&lt;/h1&gt;

&lt;p&gt;Hi everyone!&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;Invoice2Excel Pro&lt;/strong&gt;, an open-source desktop application that automatically reads PDF invoices and exports key financial data into structured Excel (&lt;code&gt;.xlsx&lt;/code&gt;) spreadsheets.&lt;/p&gt;




&lt;h3&gt;
  
  
  💡 Why I Built It
&lt;/h3&gt;

&lt;p&gt;Many small business owners, freelancers, and accounting teams struggle with manually typing data from digital invoices into spreadsheets. Existing tools are often paid, cloud-based, or require third-party AI/API keys. I wanted a &lt;strong&gt;100% local, privacy-first alternative&lt;/strong&gt; that runs completely on your machine.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚡ Key Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;100% Local &amp;amp; Privacy-First:&lt;/strong&gt; Uses &lt;code&gt;pdfplumber&lt;/code&gt; for text extraction. No cloud APIs, no data telemetry, no external calls.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-Country Tax ID / VAT Recognition:&lt;/strong&gt; Handles Greek AFMs, US EINs, and EU/UK VAT numbers with fallback logic.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexible Date &amp;amp; Amount Parsing:&lt;/strong&gt; Supports multi-language date formats (EN, GR, DE, FR, ES) and handles different currency separators (&lt;code&gt;.&lt;/code&gt;, &lt;code&gt;,&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart Calculations:&lt;/strong&gt; If Net or VAT amounts are missing, the parser infers them automatically using known formulas.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sleek Dark Mode GUI:&lt;/strong&gt; Built with &lt;code&gt;CustomTkinter&lt;/code&gt; using a background worker thread so the interface never freezes during processing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Formatted Excel Output:&lt;/strong&gt; Generates clean &lt;code&gt;.xlsx&lt;/code&gt; files with auto-filters, formatted column types, and status highlighting via &lt;code&gt;openpyxl&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🛠️ Tech Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Language:&lt;/strong&gt; Python 3.9+&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GUI:&lt;/strong&gt; CustomTkinter&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDF Parsing:&lt;/strong&gt; pdfplumber&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data Export:&lt;/strong&gt; pandas, openpyxl&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  ⚠️ Current Limitations (Beta Status)
&lt;/h3&gt;

&lt;p&gt;Works best with digital PDFs. Scanned/image-only PDFs require OCR (Tesseract integration is planned on the roadmap).&lt;/p&gt;




&lt;h3&gt;
  
  
  🔗 Links &amp;amp; Code
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/travletothefurureprogramming/Invoice-To-Excel-Parser-Beta" rel="noopener noreferrer"&gt;Invoice-To-Excel-Parser-Beta&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;License:&lt;/strong&gt; GNU GPL v3.0&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'd love to get your feedback, bug reports, or feature requests! Feel free to check out the repo and leave a star ⭐️ if you find it useful.&lt;/p&gt;

</description>
      <category>python</category>
      <category>showdev</category>
      <category>opensource</category>
      <category>github</category>
    </item>
  </channel>
</rss>
