4090 projects tagged "Python"
Python to C Module Generator was designed to aid in the conversion of Python modules to C extension modules while keeping the same interface into the module. This makes it easier to convert existing Python code into C code, giving it a speed boost without changing to existing code.
The Audiere Audio System is a portable audio library which supports playing MP3, Ogg Vorbis, WAV, IT, XM, S3M, and MOD files. You can use it from C, C++, Python, Java, and any language that supports XPCOM (JavaScript in Mozilla, for example). It currently supports DirectSound 3, DirectSound 8, and arbitrary DLLs for output in Windows, and OSS in Linux.
Alphabet Soup is a project which attempts to determine a number of things about the shapes of letters in several different writing systems. First, it hypothesizes a set of basic building blocks that all letters are built up from. Second, it hypothesizes a set of rules, a grammar or syntax, which defines how those pieces combine to make different letters. It can generate individual letters, randomize letters in an input string to create weird but readable text, or generate random strings of symbols.