I have a python application that opens some graphs for me and then asks the user for input. The problem is that after opening the plot, the focus is no longer on the terminal, so you need to click or the tab manually.
I would like to set focus on the terminal window using python - is this possible?
I am using gnuplot.py, is it possible to open the chart in the background?
source
share