MichaelisTrofficus / gpt4docstrings

Generating Python docstrings with OpenAI ChatGPT!!
https://gpt4docstrings.readthedocs.io
MIT License
120 stars 12 forks source link

Feature Request: Option to Select or Translate Docstring Language #67

Open Luisehica opened 1 week ago

Luisehica commented 1 week ago

Hi! 😊

It would be awesome to have an option to select or translate the output language of docstrings. For example, adding a --language (or -l) option to specify the desired language for docstring generation.

Example Usage:

gpt4docstrings -l ES my_script.py This would make it super useful for developers working in different languages. Thanks for considering this!