Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyCharm Clear Screen
#3
Sorry, I should have been more clear. I want to clear the screen where the program results are printed. And I want to clear the screen during a script. So far I am using a function:

def cls():
print ('\n' * 25)


But that seem clutzy?
Reply


Messages In This Thread
PyCharm Clear Screen - by Larry - Feb-21-2018, 07:07 PM
RE: PyCharm Clear Screen - by Larz60+ - Feb-21-2018, 08:57 PM
RE: PyCharm Clear Screen - by Larry - Feb-21-2018, 10:00 PM
RE: PyCharm Clear Screen - by Larz60+ - Feb-21-2018, 10:08 PM
RE: PyCharm Clear Screen - by sparkz_alot - Feb-22-2018, 12:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  clear screen with pycharm boris602 0 2,221 Dec-12-2019, 12:28 PM
Last Post: boris602
  wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' Shadower 1 6,232 Feb-06-2019, 01:25 AM
Last Post: woooee
  How to clear the screen of glitched rectangles? user294869 1 4,187 Mar-03-2017, 09:36 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020