Re: [Tutor] creating a mspaint utility

2016-01-14 Thread Alan Gauld
On 14/01/16 10:58, Whom Isac wrote: > Hi, I was wondering if it is possible to make a similar drawing tool with > basic functionality to draw lines, circles or square with python canvas. Yes of course and there are at least a couple of online tutorials on how to do that. Google is your friend. >

[Tutor] creating a mspaint utility

2016-01-14 Thread Whom Isac
Hi, I was wondering if it is possible to make a similar drawing tool with basic functionality to draw lines, circles or square with python canvas. I know how to draw them with canvas very well but the problem is the way I am getting my mouse positions (initial& final). I did not think it would have