Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get active window title python

import win32gui
w=win32gui
w.GetWindowText (w.GetForegroundWindow())
Source by www.stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #active #window #title #python
ADD COMMENT
Topic
Name
4+8 =