-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (20 loc) · 1.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#looks like this was based on the code here http://zetcode.com/wxpython/skeletons/
#geany Build - Set Build Commands - Execute:
#"C:\Python27\python.exe" -i "%f"
#print(wx.version())
#4.0.7.post2 msw (phoenix) wxWidgets 3.0.5
#import sys
#print(sys.version_info)
#sys.version_info(major=2, minor=7, micro=17, releaselevel='final', serial=0)
#https://www.pygame.org/project-Pygame+embedded+in+wxPython-1580-.html
#https://www.semicolonworld.com/question/59548/embedding-a-pygame-window-into-a-tkinter-or-wxpython-frame
#to do
demo version: 02-20-2020
version "1": 02-23-2020
new features: task manager.
-hit toolbar button 1 to populate the right side automatically
or double click / enter on items in the left pane to populate the right side with the HWNDs applicable to that PID
-double click / enter on items in the right pane to activate the window
-toolbar button 2 lets you set a timer to track a window title by the hwnd, specify the timer length in milliseconds,
and name a filename to log to in the current directory. entries are logged each time the timer hits but are removed if they
match the previous entry, resulting in only unique/changed entries