Python logo

前のトピックへ

ctypes --- Python 用の外部関数ライブラリ

次のトピックへ

argparse --- Parser for command-line options, arguments and subcommands

このページ

  • バグ報告
  • ソースの表示

ナビゲーション

  • 索引
  • モジュール |
  • 次へ |
  • 前へ |
  • Python logo
  • Python »
  • 3.13.3 Documentation »
  • Python 標準ライブラリ »
  • Command Line Interface Libraries
  • |
  • |

Command Line Interface Libraries¶

The modules described in this chapter assist with implementing command line and terminal interfaces for applications.

Here's an overview:

  • argparse --- Parser for command-line options, arguments and subcommands
  • optparse --- Parser for command line options
  • getpass --- 可搬性のあるパスワード入力機構
  • fileinput --- 複数の入力ストリームをまたいだ行を反復する
  • curses --- 文字セル表示のターミナル処理
  • curses.textpad --- curses プログラムのためのテキスト入力ウィジェット
  • curses.ascii --- ASCII 文字のユーティリティー
  • curses.panel --- curses のためのパネルスタック拡張

前のトピックへ

ctypes --- Python 用の外部関数ライブラリ

次のトピックへ

argparse --- Parser for command-line options, arguments and subcommands

このページ

  • バグ報告
  • ソースの表示
«

ナビゲーション

  • 索引
  • モジュール |
  • 次へ |
  • 前へ |
  • Python logo
  • Python »
  • 3.13.3 Documentation »
  • Python 標準ライブラリ »
  • Command Line Interface Libraries
  • |
  • |
© Copyright 2001-2025, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最終更新: 5月 08, 2025 (06:54 UTC) Found a bug?
Created using Sphinx 8.2.3.