Python logo

이전 항목

ctypes — A foreign function library for Python

다음 항목

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

이 페이지

  • 버그 보고하기
  • 소스 보기

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python logo
  • Python »
  • 3.13.1 Documentation »
  • 파이썬 표준 라이브러리 »
  • 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 — Portable password input
  • fileinput — Iterate over lines from multiple input streams
  • curses — Terminal handling for character-cell displays
  • curses.textpad — curses 프로그램을 위한 텍스트 입력 위젯
  • curses.ascii — Utilities for ASCII characters
  • curses.panel — A panel stack extension for curses

이전 항목

ctypes — A foreign function library for Python

다음 항목

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

이 페이지

  • 버그 보고하기
  • 소스 보기
«

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python logo
  • Python »
  • 3.13.1 Documentation »
  • 파이썬 표준 라이브러리 »
  • Command Line Interface Libraries
  • |
  • |
© 저작권 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.

최종 업데이트: 1월 07, 2025 (06:10 UTC) Found a bug?
Sphinx 8.1.3 버전으로 생성되었습니다.