Program Frameworks
The modules described in this chapter are frameworks that will largely dictate the structure of your program. Currently the modules described here are all oriented toward writing command-line interfaces.
The full list of modules described in this chapter is:
-
turtle
— Turtle graphics -
cmd
— Support for line-oriented command interpreters -
shlex
— Simple lexical analysis
© 2001–2021 Python Software Foundation
Licensed under the PSF License.
https://docs.python.org/3.10/library/frameworks.html