摘要:
```
def get_child_windows(parent): if not parent: return hwndChildList = [] gui.EnumChildWindows(parent, lambda hwnd, param: param.append(hwnd), hwndChildList) return hwndChil... 阅读全文
摘要:
```
from tkinter import *
from tkinter.ttk import *
import time
import threading
import requests
from bs4 import BeautifulSoup url3 = 'http://stackoverflow.com/questions/31241112/blocking-tkinter-int... 阅读全文
摘要:
```
from tkinter import *
from tkinter.ttk import *
import time
import threading class Interface: def __init__(self, master): self.master = master self.browse_button= Button (mast... 阅读全文
摘要:
```
# 8 organize your code
import matplotlib
matplotlib.use('TkAgg')
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg, NavigationToolbar2TkAgg
from matplotlib.figure import Figure
impor... 阅读全文
摘要:
coding:utf 8 print each window import win32gui import ctypes EnumWindows = ctypes.windll.user32.EnumWindows EnumWindowsProc = ctypes.WINFUNCTYPE( ctyp 阅读全文
摘要:
```
r.withdraw()
``` ```
r.deiconify()
``` 阅读全文
摘要:
re module version my version Python 3 version Python 2 version 阅读全文
摘要:
1 usually 2 specially(modify reg) add.reg remove.reg 阅读全文