[PythonCE] PythonCE app idea

Ed Blake kitsune_e at yahoo.com
Thu Feb 3 18:51:00 CET 2005


--- Stewart Midwinter <stewart.midwinter at gmail.com> wrote:

> I've been looking for a small graphics app for Windows Mobile that can
> do vector graphics and I can't find any, only one full-featured app
> that costs $45.  It occurs to me that Tkinter might be a good tool for
> building such an app.  Using the canvas widget, it might be possible
> to do some useful graphics, then save the screen as a .gif image.
> 
> Does anyone have any thoughts on this?
> 
> cheers,

Nothing to helpful except that it should work.  AFAIK the canvas widget is
functional, though events under Tkinter can be a problem.  Even turtle works
which is pretty cool.  Try import turtle, turtle.demo(), it runs slow but it
does work!


More information about the PythonCE mailing list