I just released mkarchi v0.1.4, an open-source Python CLI tool designed to bridge AI and real projects.
mkarchi allows you to generate a full project architecture (directories + files) from a simple tree-style text file.
Why this matters for AI:
AI is great at describing project structures
mkarchi turns those descriptions into real files on disk
Example workflow:
Ask ChatGPT to design your backend/frontend architecture
Save the output as structure.txt
Run mkarchi apply structure.txt
Done. Your project is ready.
📦 Install:
pip install mkarchi
🔗 GitHub:
https://github.com/SoufyanRachdi/mkarchi
⭐ If you find it useful, please consider starring the repo — it really helps open-source projects get visibility.
Feedback, issues, and ideas are more than welcome!
Top comments (0)