<?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: Abhiix0</title>
    <description>The latest articles on DEV Community by Abhiix0 (@abhiix0).</description>
    <link>https://dev.to/abhiix0</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%2F4080133%2F81bf9570-8339-4f0f-b1df-2cffc13ec4eb.jpg</url>
      <title>DEV Community: Abhiix0</title>
      <link>https://dev.to/abhiix0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhiix0"/>
    <language>en</language>
    <item>
      <title>I got tired of setting up the same Python project over and over</title>
      <dc:creator>Abhiix0</dc:creator>
      <pubDate>Sun, 16 Aug 2026 14:04:36 +0000</pubDate>
      <link>https://dev.to/abhiix0/i-got-tired-of-setting-up-the-same-python-project-over-and-over-1c51</link>
      <guid>https://dev.to/abhiix0/i-got-tired-of-setting-up-the-same-python-project-over-and-over-1c51</guid>
      <description>&lt;p&gt;Create the folders.&lt;br&gt;
Set up &lt;code&gt;src/&lt;/code&gt; and &lt;code&gt;tests/&lt;/code&gt;.&lt;br&gt;
Initialize Git.&lt;br&gt;
Create the virtual environment.&lt;br&gt;
Install dependencies.&lt;br&gt;
Set up Ruff, pytest, Docker, CI...&lt;br&gt;
And then finally, after all that:&lt;br&gt;
&lt;strong&gt;start actually building the project.&lt;/strong&gt; 😭&lt;br&gt;
So I built &lt;strong&gt;Spawn&lt;/strong&gt;.&lt;br&gt;
It's an open-source Python CLI that turns project setup into a single flow:&lt;/p&gt;

&lt;p&gt;pip install spawnio&lt;br&gt;
spawn create&lt;/p&gt;

&lt;p&gt;You can choose what you're building, pick the framework and extras you need, and Spawn generates the project foundation for you.&lt;br&gt;
It currently supports things like:&lt;br&gt;
🐍 Backend APIs&lt;br&gt;
🤖 AI Chatbots &amp;amp; Agents&lt;br&gt;
📚 RAG systems&lt;br&gt;
📊 Data projects&lt;br&gt;
🔧 CLI applications&lt;br&gt;
🔌 MCP servers&lt;br&gt;
📁 Custom project structures&lt;/p&gt;

&lt;p&gt;It also handles Git, uv, dependencies, dev tooling, and more.&lt;br&gt;
I'm putting this out because I don't want Spawn to just be &lt;strong&gt;my idea of a useful developer tool&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I want to know what developers actually want from it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's the repetitive setup step you hate doing when starting a new project?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm listening. 👀&lt;/p&gt;

</description>
      <category>python</category>
      <category>opensource</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
