500 projects tagged "Python Modules"
Python-mcrypt is a comprehensive Python interface to the mcrypt library, which provides a uniform interface to several symmetric encryption algorithms. It is intended to have a simple interface to access encryption algorithms in ofb, cbc, cfb, ecb, and stream modes. It supports algorithms like DES, 3DES, RIJNDAEL, Twofish, IDEA, GOST, CAST-256, ARCFOUR, SERPENT, SAFER+, and more.
Schnolgo is a musical composition system. It has a number of unique features, including a way of handling polyrhythmic timing which provides a flexibility one cannot easily achieve with traditional sequencing programs or sound programming environments. Currently, Schnolgo is in the form of a Python package, and its main output format for compositions written in it is MIDI.
PTOMMI is a package of Python scripts and modules for constructing Web-based client applications that interact with server-based MP3 collections. PTOMMI CGI applications implement flexible methods for users to browse music files, create and modify playlists of selected songs, search for songs based on song meta-data (including ID3v1 and ID3v2 tag contents), generate customized reports with user-defined report formats, and modify the contents of ID3 tag fields.
PDSImage is a Python module for reading single-band NASA PDS (Planetary Data System) image files. It can query header information and extract binary image data in a format suitable for PIL (Python Imaging Library). It works for Pathfinder and Mars Exploration Rover images, and maybe with other images.
PySL is a package that makes S-Lang functions and variables accessible via Python. It allows any S-Lang data type to move from S-Lang to Python scope and back. It also lets the user call any intrinsic or user-defined S-Lang function (including those defined by imported modules) from Python. All of this can be accomplished using a simple, module-like interface.