Graphics & Multimedia Python scripts - Top 4 Download

Graphics & Multimedia Python script downloads

athenaCL

The athenaCL system is an open-source, object-oriented composition tool written in Python. The system can be scripted and embedded, and includes integrated instrument libraries, post-tonal and microtonal pitch modeling tools, multiple-format graphical outputs, and musical output in Csound, MIDI, audio file, XML, and text formats.Musical parts are deployed as Textures, layered ...
Python

Check your Windows sound system

Check your Windows sound system script finds out if the sound hardware on your windows PC is working properly. ...
Python

Determine the available desktop area

This script is the Python implementation of the SystemParametersInfoA() invocation required to retrieve the area that application windows can inhabit. On multi-monitor setups, the windows code returns the area on the primary monitor only. ...
Python

Easily creating dialog boxes from XRC files

This module allows you to create and run a custom dialog box with a single function call. The custom dialog box must first be defined in an external XRC file. Editors like XRCed and wxGlade allow easily designing custom dialog boxes. You can then invoke the dialog box even if your application ...
Python

Get actual sizes of all monitors

This script gets the sizes of all the monitors on a multi-monitor Windows PC.It gets both the actual resolution and the usable ("work") resolutions. The usable resolution excludes the taskbar and docked applications. Requirements: · ctypes module ...
Python

libTagEdit

libTagEdit is a simple C and Python class library for music tag editing.Features: - Easy to use C interface - Even easier to use Python interface - Limited to the most basic needed information - Extendable through plugin interface - Support for mp3, Ogg Vorbis and ...
Python

PyMedia

PyMedia is a Python module for wav, mp3, ogg, avi, divx, dvd, cdda etc files manipulations. It allows you to parse, demutiplex, multiplex, decode and encode all supported formats. It can be compiled for Windows, Linux and cygwin. PyMedia was built to be really simple and flexible at the same time. ...
Python

Read flash video flv files metadata

Read flash video (.flv files) metadata script allows you to read metadata from flash video files (height, width, etc.). ...
Python

Using try except unexpected input

This script uses as example Minesweeper that expects the user to enter properly bounded integers for moves. If the user enters something unexpected, the resulting exception can be caught and handled in some way other than exiting. ...
Python