Complete applications Python scripts - Top 4 Download

Complete applications Python script downloads

Pyjamas Desktop

Desktop applications developed with Pyjamas-Desktop (Pyjd) will also function as web applications, since pyjd is actually a port of Pyjamas, which is a web toolkit. Key features "Pyjamas-Desktop": · Simple, Horizontal, Vertical, Docking, Decking, Popup, Stack, Tab, Grid, Cell, Flow, HTML, Flex, Scroll, Focus, Absolute, and Root Panels · Text ...
Python

pyFlashCards

pyFlashCards is a wxPython based software for creating and studying flash cards. Thanks to python and wxPython it is multiplatform; it runs on Windows and Linux (you could probably get it to run on a Mac without too much work). It uses Leitner system for flash card repetition. Cards can contain ...
Python

Installing source distributions on windows

Distutil's bdist_wininst installers offer uninstallation support for Python extensions, many developers however only distribute sources in zip or tar.gz format. The typical steps to install such a distribution are: - download the file  - unpack with winzip into a temporary directory  - open a command prompt and type 'python setup.py ...
Python

Launch a program based on file extension

This script associates or launches an action to be performed by the os based on filename extension. For example, assoc.py -e test.c will launch emacs. The optional extra_args allows you to add additional settings to the command associated with the file extension. More complicated actions may require Python functions instead of ...
Python