17 projects tagged "Python 2.7"
Darning is a tool for managing a series or sequence of patches to a software source tree, in the same vein as quilt but with extended functionality. It supports advanced patch concepts such as file mode changes and copying/renaming files. The GUI is the primary interface and the most complete, but a command line interface is also provided with fewer features at this stage.
Python System Monitor (Psymon) is a cross-platform task and performance monitor. It features global process monitoring, system load history (CPU, memory, network, and disks), disk information, network connections, detailed information and CPU, and memory percentage history per process.
A lot of stereoscopic cameras use the .MPO format to store two JPEG images, including the Fuji W1, W3, and a few 3D camcorders that have a still mode. It can do two things for you: it can separate out the image files into a left and right pair, so you can process them or do whatever you want with them, or it can create an anaglyphic image (the ones you need coloured glasses to view). It is simple to use from the command line and takes wildcards, so you could process a whole batch of files with: mungempo *.MPO.
mdepub is a tool that allows you to compose a book in Markdown format and use Pandoc and Calibre to compile an Epub package including all of the book's source material. In effect, you can keep the source and product in the same file in your library; if you ever want to revise the product, you merely need to extract the source, make edits, and recompile.