Might I also recommend Kivy as the GUI. It has a nice tutorial that is
actually on this subject.
https://kivy.org/docs/tutorials/firstwidget.html
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.or
On 15/01/16 08:34, Alan Gauld wrote:
> maybe you can get the mouse positions and put them in order to draw a
> line,etc.
Yes, that's a valid approach to building a multi-segment line.
Normally you store the points in a list somewhere.
> I did not want to use global variable because I am not used
forwarding to tutor list... please use ReplyAll when responding to the list.
Forwarded Message
Subject:Re: [Tutor] creating a mspaint utility
Date: Fri, 15 Jan 2016 16:07:36 +1000
From: Whom Isac
To: Alan Gauld
Hi, Alan Gauld, in regards to the response I got