Generate project structure from AI-generated file trees
Project description
We are in the era of AI. Most side projects now start with AI-generated ideas — including the file structure.
Instead of manually creating folders and files, just paste the AI-generated structure into a file, and kaddu will generate the entire project structure for you.
What It Does
- Parses a markdown-style project tree
- Automatically creates folders and files
- Supports dry-run mode
- Prevents accidental overwrites (unless --force is used)
Perfect for:
- AI-generated project scaffolds
- Quick prototyping
- Bootstrapping side projects
Installation:
pip install kaddu
Create a file called structure.md:
my-app/
├── app/
│ ├── main.py
│ └── utils.py
├── tests/
│ └── test_main.py
└── README.md
Generate the structure:
kaddu structure.md
Dry Run (Preview Without Creating Files):
kaddu structure.md --dry-run
Overwrite Existing Files:
kaddu structure.md --force
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kaddu-0.1.2.tar.gz.
File metadata
- Download URL: kaddu-0.1.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93dcf4a59f98ff4dd0951787fa0bdb80979fa37baa0ff888102765435d211af4
|
|
| MD5 |
6134292b6bab586a0b093f605224bbf6
|
|
| BLAKE2b-256 |
5d4c994d0b3983ba85b777154d4a13c402ca8310506bcce2216ea345559673e7
|
File details
Details for the file kaddu-0.1.2-py3-none-any.whl.
File metadata
- Download URL: kaddu-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1a9143dc6585c4b3b4950847354d01b074668e88230b29efb58828ea3a00c4f
|
|
| MD5 |
414d047ec7d56766653193edfcf33360
|
|
| BLAKE2b-256 |
b068c21b6c150413970f309ed4e1d0bc1adc760584760410701e86e178b47930
|