explain_program5 実行例

help出力 explain_program5.py --help

usage: explain_program5.py [-h] [--inifile INIFILE]
                           [--api {openai,openai5,google,gemini}]
                           [-t {,main,lib}] [-u UPDATE] [-w OVERWRITE]
                           pattern [output]

プログラムコードをAIでドキュメント化するツール

positional arguments:
  pattern               対象ファイルのワイルドカード(例: '*.py')
  output                出力名(単一ファイル時のみ)

options:
  -h, --help            show this help message and exit
  --inifile INIFILE     プロンプト設定ファイル
  --api {openai,openai5,google,gemini}
  -t {,main,lib}, --program_type {,main,lib}
  -u UPDATE, --update UPDATE
  -w OVERWRITE, --overwrite OVERWRITE

C:\Users\tkami\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0dev0)/charset_normalizer (3.4.4) doesn't match a supported version!
  warnings.warn(

生成されたデータファイル

(データファイルが見つかりませんでした)

生成された画像一覧

(画像ファイルが見つかりませんでした)