<?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: Master SK</title>
    <description>The latest articles on DEV Community by Master SK (@skm5911).</description>
    <link>https://dev.to/skm5911</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%2F4046319%2F69e43f6d-4138-40d9-9527-e893331eea95.jpg</url>
      <title>DEV Community: Master SK</title>
      <link>https://dev.to/skm5911</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skm5911"/>
    <language>en</language>
    <item>
      <title>I Built FileFlow CLI Using Python</title>
      <dc:creator>Master SK</dc:creator>
      <pubDate>Sat, 25 Jul 2026 04:14:58 +0000</pubDate>
      <link>https://dev.to/skm5911/i-built-fileflow-cli-using-python-512h</link>
      <guid>https://dev.to/skm5911/i-built-fileflow-cli-using-python-512h</guid>
      <description>&lt;p&gt;&lt;strong&gt;I Built FileFlow CLI Using Python&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hi, Dev Community! 👋&lt;/p&gt;

&lt;p&gt;I recently completed my second Python project called &lt;strong&gt;FileFlow CLI&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;FileFlow is a command-line application that helps manage files and folders. It can scan folders, organize files into different categories, and detect duplicate files using SHA256 hashing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What FileFlow Can Do&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scan files and folders recursively&lt;/li&gt;
&lt;li&gt;Display files, folders, or both&lt;/li&gt;
&lt;li&gt;Count the total files and folders&lt;/li&gt;
&lt;li&gt;Organize files into Images, Documents, Videos, Audio, and Others&lt;/li&gt;
&lt;li&gt;Detect duplicate files using SHA256 hashes&lt;/li&gt;
&lt;li&gt;Move duplicates into a separate folder&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I built this project using only Python’s standard library, mainly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;pathlib&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;hashlib&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;shutil&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;While building it, I improved my understanding of functions, modules, file handling, error handling, dictionaries, folder traversal, hashing, and command-line applications.&lt;/p&gt;

&lt;p&gt;I did not build everything perfectly at once. I faced errors, got confused many times, and solved the project one small step at a time. This project helped me understand how Python can be used to solve a real file-management problem.&lt;/p&gt;

&lt;p&gt;This is another step in my journey to become a better developer by building projects from scratch and learning in public.&lt;/p&gt;

&lt;p&gt;GitHub Repository:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/SachinK862007/FileFlow-CLI" rel="noopener noreferrer"&gt;https://github.com/SachinK862007/FileFlow-CLI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would be happy to receive feedback and suggestions from the Dev Community. 🚀&lt;/p&gt;

&lt;h1&gt;
  
  
  python #programming #beginners #opensource #learninginpublic
&lt;/h1&gt;

</description>
      <category>cli</category>
      <category>programming</category>
      <category>python</category>
      <category>software</category>
    </item>
  </channel>
</rss>
