

Python | Scripts and Programs | Security Systems
Based on a formerly javascript program, it is useful to encipher and decipher text files. Written in Python, has now a multiplatform gui (Tkinter) that let users to try it as a standalone program. Its provided as is, and is free.
Python | Scripts and Programs | Blog
A script for managing weblogs and web-sites, for use by individuals or by groups collaboratively running a site. Allows management of a web-site entirely from the web like a wiki. Trivially create, edit, move and delete pages, and create weblogs ...
Python | Scripts and Programs | Games and Entertainment
Now you can read everything I have written in the same delectable dialect as I speak. Spek translates from that commonly spoken language English to the dialect of that beautifull part of the English midlands the black country. Read in the same ...
Python | Scripts and Programs | Web Fetching
fetchs a webpage and reverses it in the fashion of the elgoog website. This script parses the file and reverses the CDATA sections. New in 0.3 the script can be tempted to attempt table reversing. Uses python 2.3 and can be run from the command ...
Python | Scripts and Programs | Form Processors
MailForm.py is a Python port of the C version of the popular MailForm script. It supports a large number of customizable form fields which allow you to determine the scripts behavior. It was written and tested on Python 2.1. It should work with a ...
Python | Scripts and Programs | Miscellaneous
Using this script you can create a text fading effect for use on your web pages. The script generates a HTML file with the faded text. The script can fade any text between any two valid HTML color codes.
Python | Scripts and Programs | Games and Entertainment
This is a popular version of three card poker game played in India. The game is based on previously published old Maid Game interface. Due to the gambling nature of this game, no source script is provided. Update Feb 7, 2004. The sequence checking ...
Python | Scripts and Programs | Games and Entertainment
The scripts are based on the lessons in " - Think like computer scientist" - and Guidos Solitaire game. The card images are borrowed from PySol directories. This is a simple and fun game to play for kids of all ages.
Python | Scripts and Programs | Miscellaneous
Use this to convert an infix expression to postfix and vice-versa. You can also evaluate infix and postfix expressions.
Python | Scripts and Programs | Randomizing
Returns a list of specified number of elements from another list such that each element in the returned list is unique and random.
More New Resources