Search code examples
pythonpyscripter

Command to clean screen in PyScripter?


Is there a single command to clean the screen of the Python Interpreter every time one runs a code in PyScripter?

thanks,


Solution

  • Goto pyscripter menus and check the box for clear output before run. Tools>Options > IDE options > Python interpreter > Clear output before run.

    Very useful in interactive sessions.