<?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: ab0jwad</title>
    <description>The latest articles on DEV Community by ab0jwad (@ab0jwad).</description>
    <link>https://dev.to/ab0jwad</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%2F3947973%2Fe23168f7-74f4-461e-8235-5d6723da4925.png</url>
      <title>DEV Community: ab0jwad</title>
      <link>https://dev.to/ab0jwad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ab0jwad"/>
    <language>en</language>
    <item>
      <title>How I built an open-source file converter supporting 20+ formats in Python</title>
      <dc:creator>ab0jwad</dc:creator>
      <pubDate>Sat, 06 Jun 2026 19:31:36 +0000</pubDate>
      <link>https://dev.to/ab0jwad/how-i-built-an-open-source-file-converter-supporting-20-formats-in-python-46ml</link>
      <guid>https://dev.to/ab0jwad/how-i-built-an-open-source-file-converter-supporting-20-formats-in-python-46ml</guid>
      <description>&lt;p&gt;Hi r/Python! 👋&lt;/p&gt;

&lt;p&gt;I'm happy to share &lt;strong&gt;file-converter&lt;/strong&gt;, an open-source Python tool I built.&lt;/p&gt;

&lt;h2&gt;
  
  
  Description
&lt;/h2&gt;

&lt;p&gt;A multi-format file converter supporting 20+ formats (CSV, JSON, XML, YAML, Excel, PDF, DOCX, PNG, JPG, WEBP, Markdown, HTML) with CLI and Python API.&lt;/p&gt;

&lt;h2&gt;
  
  
  Category
&lt;/h2&gt;

&lt;p&gt;Tool / Library&lt;/p&gt;

&lt;h2&gt;
  
  
  Source Code
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;a href="https://github.com/ab0jwad/file-converter" rel="noopener noreferrer"&gt;https://github.com/ab0jwad/file-converter&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;file-converter-tool
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;file_converter&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;FileConverter&lt;/span&gt;
&lt;span class="n"&gt;converter&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nc"&gt;FileConverter&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="n"&gt;converter&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;convert&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;data.csv&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;data.json&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;20+ format conversions&lt;/li&gt;
&lt;li&gt;CLI and Python API&lt;/li&gt;
&lt;li&gt;Batch processing&lt;/li&gt;
&lt;li&gt;Automated tests (pytest)&lt;/li&gt;
&lt;li&gt;CI/CD (GitHub Actions)&lt;/li&gt;
&lt;li&gt;MIT License&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I needed a simple way to convert between file formats without uploading to online services. Built it to be modular and easy to extend.&lt;/p&gt;

&lt;p&gt;A ⭐ would be amazing if you find it useful! 🙏&lt;/p&gt;

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