Nota
¡Ayúdanos a traducir la documentación oficial de Python al Español! Puedes encontrar más información en Como contribuir. Ayuda a acercar Python a más personas de habla hispana.
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— Parser for command line optionsgetpass— Portable password inputfileinput— Iterate over lines from multiple input streamscurses— Terminal handling for character-cell displayscurses.textpad— Widget de entrada de texto para programas de cursescurses.ascii— Utilities for ASCII characterscurses.panel— A panel stack extension for cursescmd— Support for line-oriented command interpreters