51 projects tagged "Python"
Gameclock is a fairly simple application designed to track the time spent thinking by the players during a chess game. Various clock engines are available (speed chess, fisher chess, board games, or hourglass). The graphical interface is keyboard-driven and is intended to be minimal and simple. The code is made to be extensible to other game types.
clac (Command Line Advanced Calculator) evaluates mathematical expressions input via command line arguments or from stdin and writes the results to stdout. Unlike other command line calculators, clac has infix (natural order) expression syntax, is quite comfortable with complex numbers, defines a great many functions and constants by default, and allows easy definition of new user functions and constants using Python.
fourBar is a minimal application launching bar for POSIX systems. It uses a simple four-button interface to launch commonly used applications. Default applications are a terminal, a file browser, an editor, and a Web browser. The applications launched are easily changed, as fourBar is coded entirely in Python/Tkinter and includes documentation on customization.
PylotLight is a cross-platform, themeable, plugin-supporting system for general computing tasks. It is comparable to QuickSilver, which you may recognize if you use a Mac. Current plugins exist for Web searches, Firefox bookmark launching, filesystem browsing and managing, subversion control, terminal control, and more.
Airs is a tool that can periodically check for new TV episodes online on a few of the popular Web sites. It will present to you if and when there are new episodes available. It supports lifetime management for the downloaded episode information where you can track which episodes you've already seen, which you are still retrieving, and which ones you still have to find. With the integrated Web server you can point and click on the episodes and watch them in your favorite player.
Cruiser places an icon in your system tray that activates a recursive menu system. The initial purpose is to allow you to browse your filesystem. Cruiser is also designed to be extended with plugins using D-Bus, so it can take on many different roles. It is possible to write plugins to provide quick access to RSS feeds, bookmarks, email, weather, stock quotes, and more.
A set of utility classes that can be used for Desktop application development.