linux - Bring terminal to the front in Python -


is there way bring linux terminal front of screen python script? possibly using kind of os. command

i.e - python script opens gui fills screen, if event happens want see printed in terminal viewed, don't want / can't show information on gui (so please don't suggest that)

and if possible, hide behind other windows again, if needed.

(python 2, way)

any suggestions appreciated.

that "bring linux terminal front of screen" talking terminal emulators running in x window environment. accomplished making request window manager. there more 1 way this.


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

ruby - Net::HTTP extremely slow responses for HTTPS requests -