1

I have two things I need this for, these should explain what I mean:

  1. To have a 'shell popup' of sorts, like man does, that can be removed when done
  2. To have a blinking ellipsis (...) for visual effect

Is there any standard Python way to do this? Could I 'unprint' the last line and reprint it?

1

2 Answers 2

3

Look at curses module.

See also: curses-like library for cross-platform console app in python

Sign up to request clarification or add additional context in comments.

Comments

2

I have no experience with it, but you may want to look at Python's interface to the curses library: http://docs.python.org/library/curses.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.