Python logo

前のトピックへ

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

次のトピックへ

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

This page

  • Report a bug
  • Show source

ナビゲーション

  • 索引
  • モジュール |
  • 次へ |
  • 前へ |
  • Python logo
  • Python »
  • 3.15.0a0 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 のためのパネルスタック拡張
  • cmd --- 行指向のコマンドインタープリターのサポート

前のトピックへ

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

次のトピックへ

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

This page

  • Report a bug
  • Show source
«

ナビゲーション

  • 索引
  • モジュール |
  • 次へ |
  • 前へ |
  • Python logo
  • Python »
  • 3.15.0a0 Documentation »
  • Python 標準ライブラリ »
  • Command-line interface libraries
  • |
  • |
© Copyright 2001 Python Software Foundation.
このページはPython Software Foundation License Version 2でライセンスされています。
ドキュメント内のサンプル、レシピ等のコードは、Zero Clause BSDライセンスの下で追加的にライセンスされています。
詳しくは歴史とライセンスを参照してください。

Pythonソフトウェア財団は非営利法人です。 寄付をするには

最終更新日: 9月 20, 2025 (05:12 UTC) バグを報告する
Sphinx8.2.3を使って構築されています。