Free scripts download - Python scripts - page 5

LATEST free Python script downloads

Generate thumbnail image

Generate thumbnail image script allows you to generate thumbnail images. ...
Python

Curator

Curator is a powerful script that allows one to generate web page image galleries with the intent of displaying photographic images on the Web, or for a CD-ROM presentation or archiving. It generates static web pages only - no special configuration or running scripts are required on the server. The script ...
Python

MAPI Send

MAPI Send script represents a simple solution for sending MAPI mail within Python and at the cmd prompt. ...
Python

Reading and writing mbox style mailbox files

This script demonstrates reading and writing an mbox style mailbox. This script is an mbox filter. It scans through an entire mbox and writes the messages to a new file. Each message is passed through a filter function which may modify the document or ignore it. hich may >/ ...
Python

Send an HTML email

HTML is the method of choice for those wishing to send emails with rich text, layout and graphics. Often it is desirable to embed the graphics within the message so recipients can display the message directly, without further downloads. Some mail agents don't support HTML or their users prefer to receive ...
Python

Use email module to bundle current directory

Use email module to bundle current directory script uses the email module to create a multipart MIME message. ...
Python

gMobileMedia

gMobileMedia is a simple gtk application used to browse and handle a mobile phone filesystem. It can handle phones with more than one memory area. This application has been targeted mainly for Nokia cell phones, but theorically it can handle all the phones that gammu has support for. ...
Python

Copy gmail com contacts onto your mobile phone

This script uses the csv module to convert gmail.com contacts data to the "raw" gnokii phonbook format, which is another CSV variant, while preserving cell/home/work/fax numbers, street address, URL and notes data entries.Note that gmail.com supports exporting contacts in both Outlook and Gmail CSV formats. This script needs the Gmail format. ...
Python

Reverse Lookup Yellow Page

This script helps you to look up personal/home address from a phone number (US & Canada). It has built in email & phone validation. The phone number can take most common format. ...
Python

A2K Bot

A2K (formerly known as Accutron 2000) is a small, simple, and unobtrusive IRC bot. ...
Python

ZChat

This script demonstrates a chatting program built off of the easy to use framework provided by the Client, Server, and Sync_Server classes. These abstractions are meant to make networked function calls intuitive and easy to set up. ...
Python

Ping Technocrati with your blog URL

Technocrati maintains a list of blogs tagged with user specified tags. People can submit their blogs for inclusion in Technocrati by using their RPC ping service. This piece of code allows you ping Technocrati with blog details through a script. ...
Python

The Python Macromolecular Library

The Python Macromolecular Library (mmLib) is a software toolkit and library of routines for the analysis and manipulation of macromolecular structural models, implemented in the Python programming language. It is accessed via a layered, object-oriented application programming interface, and provides a range of useful software components for parsing mmCIF, and PDB ...
Python

Python Laboratory Operations Toolkit

This package is a loosely defined collection of tools for application of Python in a laboratory environment. It consists of pure python protocol drivers for various useful devices, including: National Instrument DSTP protocol to interface Python to LabVIEW VXI-11 protocol, to allow python to talk to a host of GPIB-like instruments ...
Python

MayaVi

MayaVi is a free, easy to use scientific data visualizer. It is written in Python and uses the amazing Visualization Toolkit (VTK) for the graphics. It provides a GUI written using Tkinter. Features - An easy to use GUI. - Can be imported as a Python module from other ...
Python

Povray for python

This script is a relatively simple framework for making povray files from python programming language. It's good for creating structured/mathematical scenes and animations. Why go out on a limb to use povray's SDL language when you can raytrace from the comfort of your favorite python chair?This framework uses all of python's ...
Python

Clean implementation for Ordered Dictionary

This script allows you to record the order in which items are added. This implementation uses much less code than the others by extending not well-known class DictMixin. ...
Python

Automated swigging for creating C shared modules

This script contains a simple python function to automate using the swig process for creating C modules for use inside Python. ...
Python

Readable switch construction

Python's lack of a 'switch' statement has garnered much discussion and even a PEP. The most popular substitute uses dictionaries to map cases to functions, which requires lots of defs or lambdas. While the approach shown in this script may be O(n) for cases, it aims to duplicate C's original 'switch' functionality ...
Python

PyCrash

PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python programs and collects information about the program context. PyCrash can be very useful in report bug information, because the programmer can easily analyse the program execution context of the crashed application. PyCrash provides you following informations: ...
Python