[ Web Proxy ]
URL:
Viewing: https://docs.python.org/3/reference/../library/../using/../library/cmdlinelibs.html [Back]  [Original]

Command-line interface libraries — Python 3.14.7 documentation
Python logo [Python logo]
Quick search:
Theme Auto Light Dark

Previous topic

ctypes A foreign function library for Python

Next topic

argparse Parser for command-line options, arguments and subcommands

This page

  • Report a bug
  • Improve this page
  • Show source

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python logo [Python logo]
  • Python »
  • 3.14.7 Documentation »
  • The Python Standard Library »
  • Command-line interface libraries
  • Quick search:
    |
  • Theme Auto Light Dark |

Command-line interface libraries

The modules described in this chapter assist with implementing command line and terminal interfaces for applications.

Heres 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 Text input widget for curses programs
  • curses.ascii Utilities for ASCII characters
  • curses.panel A panel stack extension for curses
  • cmd Support for line-oriented command interpreters

Previous topic

ctypes A foreign function library for Python

Next topic

argparse Parser for command-line options, arguments and subcommands

This page

  • Report a bug
  • Improve this page
  • Show source

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python logo [Python logo]
  • Python »
  • 3.14.7 Documentation »
  • The Python Standard Library »
  • Command-line interface libraries
  • Quick search:
    |
  • Theme Auto Light Dark |
© Copyright 2001 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.

Last updated on Aug 19, 2026 (15:28 UTC). Found a bug?
Created using Sphinx 8.2.3.

Web Proxy Viewer  |  New URL  |  Original Page