Python logo

이전 항목

ctypes — A foreign function library for Python

다음 항목

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

This page

  • Report a bug
  • Show source

내비게이션

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

이전 항목

ctypes — A foreign function library for Python

다음 항목

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

This page

  • Report a bug
  • Show source
«

내비게이션

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python logo
  • Python »
  • 3.15.0a0 Documentation »
  • 파이썬 표준 라이브러리 »
  • Command-line interface libraries
  • |
  • |
© 저작권 2001 Python Software Foundation.
해당하는 페이지의 저작권은 파이썬 소프트웨어 재단 저작권 라이센스 버전 2를 통해 보호받음을 고지 드립니다.
해당하는 문서 내의 예제, 사용법, 그리고 다른 코드들은 또한 Zero Clause BSD 라이센스를 통해 보호받음을 고지 드립니다.
보다 다양한 정보를 위해서는 라이센스와 기록물 을 참고 부탁드립니다.

파이썬 소프트웨어 재단은 비영리 재단입니다. 기부를 부탁드립니다.

마지막 업데이트: 9월 27, 2025 (05:25 UTC). 문제가 생기셨나요?
해당하는 문서는 스핑크스 8.2.3를 통해 만들어졌습니다.