Python logo

이전 항목

ctypes — A foreign function library for Python

다음 항목

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

이 페이지

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

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python logo
  • Python »
  • 3.13.3 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 — 이식성 있는 암호 입력
  • fileinput — 여러 입력 스트림에서 줄을 이터레이트 하기
  • curses — 문자 셀 디스플레이를 위한 터미널 처리
  • curses.textpad — curses 프로그램을 위한 텍스트 입력 위젯
  • curses.ascii — ASCII 문자용 유틸리티
  • curses.panel — curses 용 패널 스택 확장

이전 항목

ctypes — A foreign function library for Python

다음 항목

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

이 페이지

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

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python logo
  • Python »
  • 3.13.3 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.

최종 업데이트: 5월 15, 2025 (06:54 UTC) Found a bug?
Sphinx 8.2.3 버전으로 생성되었습니다.