python_wiki:clear_screen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
python_wiki:clear_screen [2014/11/20 19:34]
127.0.0.1 external edit
python_wiki:clear_screen [2014/11/24 22:42]
billdozor
Line 4: Line 4:
   * subprocess : to send commands to the OS   * subprocess : to send commands to the OS
  
-<code>+<code python>
 import sys,subprocess import sys,subprocess
  
Line 15: Line 15:
  
 Call this function to clear the command line screen: Call this function to clear the command line screen:
-<code>+<code python>
 clear_screen() clear_screen()
 ..do other stuff now that my screen is clear! ..do other stuff now that my screen is clear!
 </code> </code>
  • python_wiki/clear_screen.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)