Skip to content

A Simple Python CLI app that calls out to OpenAI's API in order to generate a useful directory structure and create it on your machine.

License

Notifications You must be signed in to change notification settings

mhermandesign/AI-Generated-Folder-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Generated Folder Structure

A simple, single-file Python CLI app that reaches out to a generative model, requests an outline for a project folder structure, and creates those folders in a local directory.

Configure the script by modifying the properties located at the top of 'main.py'.

Simply run main.py, enter a project type and topic, and let the script to the rest.

Ensure you have a .env file at the root of the project folder containing a key-pair for API_KEY:

API_KEY=YOUR_KEY_HERE

About

A Simple Python CLI app that calls out to OpenAI's API in order to generate a useful directory structure and create it on your machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages