Python logo

上個主題

ctypes --- 用於 Python 的外部函式庫

下個主題

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

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.13.1 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 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 --- 命令列選項剖析器
  • getpass --- 可攜式密碼輸入工具
  • fileinput --- 逐列疊代多個輸入串流
  • curses --- 字元儲存格顯示的終端處理
  • curses.textpad --- Text input widget for curses programs
  • curses.ascii --- ASCII 字元的工具程式
  • curses.panel --- curses 的面板堆疊擴充

上個主題

ctypes --- 用於 Python 的外部函式庫

下個主題

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

此頁面

  • 回報錯誤
  • 顯示原始碼
«

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.13.1 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • Command Line Interface Libraries
  • |
  • |
© 版權 2001-2024, 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.

最後更新於 12月 27, 2024 (06:55 UTC)。 Found a bug?
使用 Sphinx 8.1.3 建立。