MetaGPT-readme-5.py
· 206 B · Python
Orginalformat
from metagpt.software_company import generate_repo, ProjectRepo
repo: ProjectRepo = generate_repo("Create a 2048 game") # or ProjectRepo("<path>")
print(repo) # it will print the repo structure with files
1 | from metagpt.software_company import generate_repo, ProjectRepo |
2 | repo: ProjectRepo = generate_repo("Create a 2048 game") # or ProjectRepo("<path>") |
3 | print(repo) # it will print the repo structure with files |