Image Tools



Pagecast Download

Friday, June 27th, 2008

Pagecast makes it easy to submit lists of URLs — Uniform Resource Locators,  to Internet search engines.

It also has some more advanced features such as the

Newspipe Download

Wednesday, June 25th, 2008

Newspipe is an RSS/Atom aggregator with a difference: it allows you to keep track of your feeds through e-mail - you create an OPML file listing your feeds and Newspipe will co

Simple UDP Multicast Client / Server using twisted Download

Tuesday, June 24th, 2008

This script represents a simple example showing how to correctly use the UDP multicast functionality of twisted.

Python portscanners Download

Monday, June 23rd, 2008

This script presents a couple of multithreaded portscanners. The second one use the Queue module.

Change image properties Download

Sunday, June 22nd, 2008

Change image properties code allows you to remove the image border.
Download from:

Transmitting exceptions through XML-RPC Download

Friday, June 20th, 2008

Python’s xmlrpclib only raises the xmlrpclib.Fault exception, but it can be convenient to allow more different kinds of exceptions to be raised. This script provides a cus

MSOffice2PS Download

Friday, June 20th, 2008

This Python module is still no independent pdf converter. It can serve however for the Postscript generation from Microsoft Office documents and use thus for the development of

Image extractor Download

Thursday, June 19th, 2008

This script allows you to extract images (jpeg/gif) from screensaver files, webshots collection files, powerpoints, microsoft word documents etc.

Geometrical-oriented image search Download

Thursday, June 12th, 2008

A find command is able to size-oriented search files. This script is searching image files by geometry.

Query whether an interface is up on UNIX Download

Wednesday, June 11th, 2008

This code shows how to call the low-level POSIX interface of Python, and handle the return values with the struct module.