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