| /4Suite |
Python Tools
diese python tools solltet IHR alle kennen:
http://www.jamesh.id.au/software/pygimp/ Gimp-Python
http://www.jamesh.id.au/software/fontilus/ Gimp-Python
http://effbot.org/zone/re-sub.htm re.sub Patterns
http://blue.chem.psu.edu/~rajarshi/code/python/python.html#kmail2evo
http://www.livinglogic.de/Python/sisyphus/ jobs mit cron blocker,auth,,
[http://newcenturycomputers.net/projects/plumbers.html LogFile auswerten mit whois.py und die
Provider weglassen]
http://sebsauvage.net/python/webgobbler/ Why is it called webGobbler ?
Because it gobbles anything it finds on the web.
(Well, I should have named this something like "Chaos Tapestry" or "The beautiful trashbin" or "Shreddage". Whatever. Too late.)
Examples:
* python webgobbler.py --tofile webgobbler.bmp
Generate a new image every 60 seconds in 1024x768 (You will have to wait a few minutes until it gives interesting results.)
* python webgobbler.py --tofile image.png --resolution 640x480 -every 30
Generate a new image at 640x480 every 30 seconds.
* python webgobbler.py --towindowswallpaper --norotation --emboss
Generate a new wallpaper every 60 seconds. Disable rotation and emboss the generated image.
No use specifying resolution: the wallpaper changer will automatically pickup screen resolution.
* python webgobbler.py --towindowswallpaper --proxy netcache.myfirm.com:3128 --proxyauth "John Smith:booz99"
Generate Windows wallpaper, and connect to the internet through the proxy netcache.myfirm.com on port 3128 with the login "John Smith" and the password "booz99".
* python webgobbler.py --every 120 --invert --saveconfreg
Saves the options in Windows registry for later use with --loadconfreg or /s (Windows screensaver)
* python webgobbler.py --loadconfreg
Run webGobbler using options saved in the registry.
* python webgobbler.py /c
Call the webGobbler configuration screen. You can tweak all the options and click the "Save" button.
These options will be used by the screensaver (see /s below) or the --loadconfreg/--loadconffile.
* python webgobbler.py /s
Call webGobbler as a Windows screenaver. Options will be read from the registry. (The DOS Window will still appear.)
To create the registry setting with default values, run: python webgobbler.py --saveconfreg
notify-when-up
notify-when-up is a simple script that periodically checks for an event, and then notifies you the event has occured. Originally for checking when a port becomes active on a machine, it's since been extended to do many different sorts of one-off event monitoring in a convenient to use way.
Python/Tools (last edited 2010-10-29 06:05:48 by DetlevLengsfeld)