Skip to content

Chocksy/docGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docGPT -- Alpha

Python script that generates markdown documentation by scanning a directory of files and sending those to GPT

How to use

You will need to replace API_KEY and openai with your actual API key and OpenAI Python library.

First, make sure you have the openai library installed by running:

pip install openai

To use the script, run:

python main.py

And enter the directory path when prompted. The script will output the structure of the project, classes, and methods with explanations as requested.

About

Python script that generates markdown documentation by scanning a directory of files and sending those to GPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors