Python: Set window focus on terminal
I have a Python application that opens some plots for me and then asks the user for input. The problem is that after opening the plot, the focus isn't on the terminal anymore, so you have to click or tab to it manually.
I would like to se开发者_如何学JAVAt the focus to the terminal window with Python - is that possible?
I'm using gnuplot.py, maybe there is an option to open the plot in the background?
精彩评论