Projects tagged ‘library’, ‘python’, and ‘windows’


Jump to tag:

Projects tagged ‘library’, ‘python’, and ‘windows’

Filtered by Project Tags library python windows

Refine results Project Tags linux (9) programming (9) development (9) cross-platform (7) c++ (7) api (6) framework (5) macosx (5) mac (5) multi-platform (4) game (4) visualization (4)

[12 total ]

47USERS
   

wxPython is a Python extension module that wraps the wxWidgets cross-platform GUI library and provides an alternative to Tkinter and PythonWin. It attempts to mirror the class hierarchy of wxWidgets as closely as possible and is very versatile. It ... [More] can be used to create standalone GUI applications or can be used in situations in which Python is embedded in a wxWidgets C++ application as an internal scripting or macro language. The currently supported GUIs are Win32, GTK/X-Windows, and Mac OS X. [Less]

22USERS
 

XBMC is a multimedia player/jukebox for the Xbox from Microsoft. It can be used to play or view most common video, audio, and picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, and GIF directly from a CD or DVD in the Xbox DVD-ROM drive ... [More] or from the Xbox hard drive. XBMC can also stream files over a local network or from the Internet. Playlist and slideshow functions, a weather forecast, and many audio visualizations are also included. [Less]

9USERS
 

XBMC media center is a free cross-platform media-player jukebox and entertainment hub. XBMC is open source (GPL) software available for Linux, Mac OS X, Microsoft Windows operating-system, and the Xbox game-console. XBMC can play a very complete ... [More] spectrum of of multimedia formats, and featuring playlist, audio visualizations, slideshow, and weather forecast functions, together with a multitude of third-party plugins. [Less]

7USERS
 

Thousand Parsec is not only a game by itself, it is also a framework for creating a similar group of turn-based space empire building games, which are often called 4X games, from the main phases found in them: eXplore, eXpand, eXploit and ... [More] eXterminate. Some examples of games which Thousand Parsec draws ideas from are Stars!, VGA Planets, Reach for the Stars, Master of Orion and Galactic Civilizations. The idea is that a protocol is specified which defines how game servers and game clients communicate with each other. Protocol also specifies which objects are available for custom games or rulesets, which can have different rules of gamplay. Any client should be able to connect with any server and player should be able to play any game with it. [Less]

4USERS
 

Python-Ogre is a high-performance, full-featured Python interface to the Ogre3D graphics library. Python-Ogre currently supports all the functionality of Ogre 1.4, as well as wrappers for over 30 individual libraries: * Bullet, NxOgre (PhysX) ... [More] , ODE, and Newton physics * 4 GUIs, I/O, sound, and a lot more! This project is the successor of the original PyOgre project, created by Lakin Wecker in mid-2006. Much development is done on the Windows platform, however today Python-Ogre runs equally well on Linux and Mac OS X. Windows binaries are available, and a Linux package is in the works. If you wish to create a gaming or graphics application in Python, there isn't any else you need apart from Python-Ogre. If there is a library you'd like to have wrapped, let us know! [Less]

4USERS
   

KInterbasDB is a Python extension package that implements Python Database API 2.0-compliant support for the open source relational database Firebird and some versions of its proprietary cousin BorlandĀ® InterbaseĀ®. In addition to the minimal ... [More] feature set of the standard Python DB API, KInterbasDB also exposes nearly the entire native client API of the database engine. [Less]

3USERS
   

libdmtx is an open source library for reading and writing Data Matrix (a.k.a. DataMatrix) 2D barcodes. It can be called from various languages running on several different platforms, and also provides fully featured command line utilities.

2USERS
 

pyraknet is a Python UDP game network library which has bindings for RakNet.

2USERS

VOS is a library and network protocol for interlinked object structures, which can be easily distributed over networks. Notifications of changes are automatically sent to other applications/clients. VOS simplifies concurrent asynchronous ... [More] programming, both within the same process or distributed over the network. Revision control (versions), access control, and other important features are built in. VOS object messaging also allows access from multiple languages. VOS forms the basis for several applications including multiuser 3D virtual reality, web content management, and any other application requiring an infrastructure for distributed, dynamic data structures. A multipurpose GUI client application for a combined 3D/2D/WIMP browsing and development environment is available. [Less]

2USERS
 

python-gammu is a set of Python bindings for Gammu, the GSM mobile manager for various cellular phones. It can work with any phone that Gammu supports, including many models by Nokia, Siemens, and Alcatel.

1USERS
 

Xelements is a lightweight, easy-to-use Windows GUI library written in C++, that is both available as a C++ library and as a Python module

1USERS

This is another library for creating and manipulating graphs. There is simply no other graph library out there which can be handle graphs of the size the author is confronted with efficiently. Whenever possible igraph tries to be also user friendly ... [More] and portable. igraph started as an additional package to the GNU R statistical environment, and still some functions which are hard to implement in C are available only in R (like interactive graphics). Most functions are however now written in C and they can be compiled without R as a separate library. [Less]