IDLE is the Python IDE built with the tkinter GUI toolkit.
IDLE has the following features:
The coloring is applied in a background “thread,” so you may occasionally see uncolorized text. To change the color scheme, edit the [Colors] section in config.txt.
idle.py [-c command] [-d] [-e] [-s] [-t title] [arg] ... -c command run this command -d enable debugger -e edit mode; arguments are files to be edited -s run $IDLESTARTUP or $PYTHONSTARTUP first -t title set title of shell window
If there are arguments:
turtle — Turtle graphics for Tk
Other Graphical User Interface Packages
Enter search terms or a module, class or function name.