[ILUG] Looking for Python program to input data

Robert Synnott rsynnott at gmail.com
Sat Jun 24 19:16:10 IST 2006


On 6/24/06, Timothy Murphy <tim at birdsnest.maths.tcd.ie> wrote:
> On Saturday 24 June 2006 14:34, Niall O Broin wrote:
>
> > > Does anyone have a nice simple program in python
> > > which gives a graphical page for inputting an inventory,
> > > with about 12 "columns" for each item?
> > >
> > > Basically, I'd like to see a form with places to enter
> > > 12 named items, Serial No, Price, etc.
> >
> > If this is really all you want, it seems that a spreadsheet would
> > serve admirably.
>
> I would have thought that was a bit over the top for my purposes,
> but if you  know of a simple spreadsheet in Python
> could you let me know, please.
>
> But basically, all I want is a program that produces a page,
> preferably in some graphical mode,
> with a space to enter values for eg
> Description:
> Price:
> Date of purchase:
> etc.
>
> I'm sure it is something you pythonists
> could dash off in an instant -
> after all, isn't that what Python is for?
>
>
>
> --
> Timothy Murphy
> e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
> tel: +353-86-2336090, +353-1-2842366
> s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
> --
> Irish Linux Users' Group mailing list
> About this list : http://mail.linux.ie/mailman/listinfo/ilug
> Who we are : http://www.linux.ie/
> Where we are : http://www.linux.ie/map/
>

Well, mod_python and a couple of loops would do it quite nicely, if a
web-based thing is acceptable.
Rob



More information about the ILUG mailing list