Original link: http://www.cnblogs.com/maybego/p/3234055.html
Practice success under the Windows7.
Let me tell you how to use the installation.
1. Downloadclearwindow.py(Right-click-the target is saved as, the format is the end of the PY, direct click will open the script content).
2. Copy the clearwindow.py file and put it in the Python installation directoryPython Xxx\lib\idlelibFollowingxxx for your python version)。
3. Notepad opens the Python xxx\lib\idlelib directoryConfig-extensions.def(Idle extended configuration file), to prevent errors, you can copy a backup before opening it.
4, modify the Config-extensions.def, add the following at the end, and then save the exit:
[ClearWindow] Enable=1 Enable_editor=0 Enable_shell=1 [Clearwindow_cfgbindings] Clear-window=<control-key-;> |
5. Open Python's idle,options option to see the addedClear Shell window Ctrl +;。 6. In the idle input code, and then press CTRL +, and found that the input code can be cleared.
Python IDLE Clear Screen problem