data entry tool

Serge Orlov Serge.Orlov at gmail.com
Thu May 11 00:59:21 EDT 2006


bearophileHUGS at lycos.com wrote:
> If the data to be entered is simple and textual you can even think
> about using a text only interface. The resulting program will be really
> simple, and probably good enough.

FWIW here is size of "Hello, world!" program distribution using
different interfaces:

text console: 1.2Mb
web.py w/o ssl: 1.5Mb
tkinter: 2.1Mb
wxpython: 3.0Mb

Getting more slim distributions requires some manual work




More information about the Python-list mailing list