Python logo

Tema anterior

ctypes — A foreign function library for Python

Próximo tema

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

Esta página

  • Reporta un bug
  • Ver fuente

Navegación

  • índice
  • módulos |
  • siguiente |
  • anterior |
  • Python logo
  • Python »
  • 3.13.3 Documentation »
  • La biblioteca estándar de Python »
  • 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— Widget de entrada de texto para programas de curses
  • curses.ascii — Utilities for ASCII characters
  • curses.panel — A panel stack extension for curses

Tema anterior

ctypes — A foreign function library for Python

Próximo tema

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

Esta página

  • Reporta un bug
  • Ver fuente
«

Navegación

  • índice
  • módulos |
  • siguiente |
  • anterior |
  • Python logo
  • Python »
  • 3.13.3 Documentation »
  • La biblioteca estándar de Python »
  • Command Line Interface Libraries
  • |
  • |
© Copyright 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.

La Python Software Foundation es una organización sin fines de lucro. Por favor, haga una donación.

Última actualización el may 09, 2025 (06:55 UTC). Found a bug?
Creado usando Sphinx 8.2.3.
OSZAR »