Back to projects
Thumbnail for AI Auto-Documenter

AI Auto-Documenter

A script that auto-documents your code with AI-generated docstrings.
  • AI
  • Dev Tools
  • Backend Dev
  • Python
  • GPT API

We worked with Tyler Neylon on coding a GPT script that automatically augments files of code with AI-generated code documentation.

It currently runs as a command-line tool which runs through your code, inserting GPT-generated Python docstrings into your files and functions.

Running the Script

As an input argument, provide a file containing undocumented code.

Terminal

Undocumented Code In…
Before

…Documented Code Out
After

Stack:

  • Python
  • GPT