Miscellaneous Python scripts - Top 4 Download

Miscellaneous Python script downloads

Enumerate printer job information

This script enumerates printer jobs from a specified default printer. This information includes Jobid, Document name, username of person submitting the job etc and if you are lucky would be able to get the spool file (SPL file format) from the printer. It could be used as a printer monitor for ...
Python

GRAMPS

GRAMPS is a genealogy program for Linux and other UNIX-like systems. The GRAMPS name stands for Genealogical Research and Analysis Management Programming System. GRAMPS helps you track your family tree. It allows you to store, edit, and research genealogical data. GRAMPS attempts to provide all of the common capabilities of other ...
Python

GrufSpaces

GrufSpaces is a Plone Product that allows group members to work together in dedicated folders. A group administrator can assign group members and visitors, and let them know by email notification. Group members also have the possibility to send an email to all members of the group.When you use classic GroupSpaces ...
Python

Indent Python code giving block closing comments

This script contains a class and a main program that perform three related (though complimentary) formatting operations on Python programs. When called as "pindent -c", it takes a valid Python program as input and outputs a version augmented with block-closing comments. When called as "pindent -d", it assumes its input is ...
Python

Linecount

This script displays the total number of code lines in a single source file or for all the files of the same type in an entire directory. User provides a filename including the extension, or an just the extension preceded by a wildcard character. ...
Python

Manipulate Mac OS clipboard

This script is a clipboard manipulation module that demonstrates some simple use of Carbon API. It can double as a Unix-style command-line tool that prints the clipboard contents to stdout or, if specified, copies its stdin to the clipboard, although pbcopy(1) and pbpaste(1) are better suited for that. ...
Python

ObserverProxy

This script creates an proxy that forwards methods to a gipt creatbservers. ...
Python

Reading the System information

This script allows you to read the System information and Softwares installed in Windows NT/XP/2000/9x. ...
Python

Rendering Arbitrary Objects with CherryPy

Rendering Arbitrary Objects with CherryPy script shows an implementation of Rendering Arbitrary Objects with Nevow using CherryPy. ...
Python

Romantic love poem in Python

Romantic love poem in Python script demonstrates the use of basic Python functions. ...
Python

Set Process Priority In Windows

This function allows you to set process priority under windows. It defaults to setting the priority of the current python process but can set anything for which you have a process ID.  It is useful to set a long-running job with lower than normal priority so the computer doesn't feel sluggish while it runs. ...
Python

Watch That Post

This is a simple Python script to watch a post. ...
Python