CLH blog AI CV Algorithm

Python ClearWindow

2017-06-10
CLH

Python ClearWindow


Python 是一门强大的语言,奈何IDLE中没有清屏的功能,可通过扩展来实现,具体的步骤如下:

  • 下载ClearWindow.py,将其放在Python的安装目录:Lib/idlelib/下;

  • 修改Lib/idlelib/config-extensions.def 文件,在其结尾处添加如下代码:


[ClearWindow]
enable=1
enable_editor=0
enable_shell=1
[ClearWindow_cfgBindings]
clear-window=<Control-Key-;>

此时,IDLE中的Options下就出现了“Clear shell window Ctrl + ;”选项,可以用“Ctrl+;”快捷键来清屏了。

Ref:[1] Issue6143


上一篇 爬虫-Scrapy

Comments

Content