Python drawing library?

Wojtek Mamrak tacyt1007 at gmail.com
Sun May 15 04:47:14 EDT 2011


Yes, it is possible with use of PyQt.

2011/5/15 Rafael Durán Castañeda <rafadurancastaneda at gmail.com>:
> On 15/05/11 01:01, OKB (not okblacke) wrote:
>>
>>        Is there any Python library for interactive drawing?  I've done
>> some googling but most searches for "drawing" lead me to libraries for
>> programmatic creation of shapes on some GUI canvas.  I'm looking for GUI
>> widgets that allow the user to draw with the mouse, like a paint
>> program, and let me get info about the drawing as its made (get color at
>> mouse location, etc.).  I'd prefer a wxPython solution, although any
>> Python solution would be better than none.
>>
>> Thanks,
>
> I'm not suere, but I think you should be able to do that using PyQt
> QPaintDevice.
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list