mercredi 7 mai 2014

Application console en Python sous Windows

Introduction
C'est un peu par hasard que je suis tombé sur le dépôt Console-2010... une bibliothèque Python qui vise à faciliter les développements de type console sous Windows.

Comme déjà précisé, si Python est un langage extrêmement puissant, réaliser des interfaces n'est pas son point fort.
Vous réaliserez vite que réaliser un programme console avec une ligne d'invitation (pour l'encodage de données) ne coule pas forcément de source :-/

J’accueille donc un tel projet les bras grand ouverts


Informations produite par l'auteur
==================
The console module
==================

This kit contains a simple console interface for Windows 9X/NT/2K/XP.
It provides a cursor-addressable text display, plus support for
keyboard and mouse input.

The console interface also comes with a command editing and history
implementation (readline) for Windows platforms.

Enjoy /F

fredrik@pythonware.com
http://www.pythonware.com
....
----------------------------------------
_wincon.c   the low-level driver for Win32

Console.py   high-level interface

readline.py   (experimental) command history and editing for Windows.
    to enable this module, just put it on the Python path.

setup.py   build/installation script

*.html            documentation

demo*.py   various demo and test scripts (the latter are in varying
tests/*.py        shape)


Plus d'information

Aucun commentaire: