Generate project structure from AI-generated file trees
Project description
tao 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 tao 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 tao
Create a file called structure.md:
my-app/ ├── app/ │ ├── main.py │ └── utils.py ├── tests/ │ └── test_main.py └── README.md
Generate the structure: tao structure.md
Dry Run (Preview Without Creating Files): tao structure.md --dry-run
Overwrite Existing Files: tao 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.0.tar.gz.
File metadata
- Download URL: kaddu-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04d8ce5514236634b9dabbeb11f2494e859ced69e1e9194e815b3c6cd91edda5
|
|
| MD5 |
d68182d0f2af8f26a5810235a776c02d
|
|
| BLAKE2b-256 |
754c82b7a76b9b330b06780f893af0c21f98856300bfe66ca806fb9e38e03dec
|
File details
Details for the file kaddu-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kaddu-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 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 |
778bb3878e770b180054dd153f22f54b89802b411efffd2b2d5e27c7e8d6583a
|
|
| MD5 |
1e911fe6b64af7e27d28ab1f6e8e0088
|
|
| BLAKE2b-256 |
c85daddaa77d06eb37f80ff635258e55a2d63edad29bb428efc26db085214e33
|