7168 projects tagged "Windows"
wxDesigner is a dialog editor and RAD tool for the wxWindows C++ library and its popular Python and Perl bindings. It includes a visual dialog editor, a bitmap editor, a syntax-highlighting source editor, and built-in mechanisms for automatic generation of file skeletons, GUI classes, event handlers, and getter functions. It provides an identical user interface and identical functionality for C++, Perl, and Python, and it can generate output in C++, Python, Perl, and XML.
wxMusik is a fast and lean music library player for Windows and Linux. It supports MP3, MP2 , Ogg, APE, MPC, and FLAC, WAV, and AIFF formats on all platforms and WMA on Windows. It features powerful dynamic playlists that use SQLite, supports listening to Icecast and Shoutcast streams in a reliable manner, and has a nice cross-fading feature and a really cool autodj feature.
wxOptParse is a Python program that brings up a graphical representation of the command line options of a Python program, if it happens to use the standard optparse module. What this means is that if if you have a program that uses optparse you can optionally click on checkboxes, edit boxes, combo boxes, etc. instead of using the command line.
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 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.