Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2011-09-17 | 2.0 kB | |
PydeMe.exe | 2009-08-25 | 8.5 MB | |
pydeme-0.6.0.zip | 2009-08-25 | 45.7 kB | |
Totals: 3 Items | 8.6 MB | 0 |
# # # Pydeme is designed to reveal all the currently running windows on # a Windows machine and allow the user to hide, reveal, close, force close # or get info about them. # This is a Python port of a C++ port of a C program I wrote years # ago, mainly for the purpose of destroying Ad windows embedded in programs # and people's Start Buttons :). I'm releasing it into the wild incase # anyone finds it useful/educational. # # Copyright (C) 2009 Brian Parma (execrable@gmail.com) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # This program requires: * Python (tested on 2.5 and 2.6) * pyHook * PyQt4 * pywin32 (included in Activision's Python Distributions) Alternatively, py2exe can be used to build it into a stand alone executable with: python setup.py py2exe Buttons: Hide - Hide's the selected window Show - Show's the selected window Lock/Unlock - Add/Remove the selected window from the list of windows to Hide/Show when pressing the hotkey (ctrl-H currently) Info - Open the Info Window Send Destroy - Send a WM_DESTROY message to the window KiLL - Force a window to close by Re-parenting it to a new window and closing. This can have unpredictable results (crashes). Refresh - refresh the window tree Show Hidden - Toggle whether to show only visible windows. Todo: Make hotkey changable.