Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
usr
/
lib64
/
python2.7
/
Demo
/
tkinter
/
guido
[ HOME ]
Exec
Submit
File Name : paint.pyo
� V �Qc @ s` d Z d d l Td a d \ a a d � Z d � Z d � Z d � Z e d k r\ e � n d S( sA "Paint program by Dave Michell. Subject: tkinter "paint" example From: Dave Mitchell <davem@magnet.com> To: python-list@cwi.nl Date: Fri, 23 Jan 1998 12:18:05 -0500 (EST) Not too long ago (last week maybe?) someone posted a request for an example of a paint program using Tkinter. Try as I might I can't seem to find it in the archive, so i'll just post mine here and hope that the person who requested it sees this! All this does is put up a canvas and draw a smooth black line whenever you have the mouse button down, but hopefully it will be enough to start with.. It would be easy enough to add some options like other shapes or colors... yours, dave mitchell davem@magnet.com i����( t *t upc C s] t � } t | � } | j � | j d t � | j d t � | j d t � | j � d S( Ns <Motion>s <ButtonPress-1>s <ButtonRelease-1>( t Tkt Canvast packt bindt motiont b1downt b1upt mainloop( t roott drawing_area( ( s0 /usr/lib64/python2.7/Demo/tkinter/guido/paint.pyt main s c C s d a d S( Nt down( t b1( t event( ( s0 /usr/lib64/python2.7/Demo/tkinter/guido/paint.pyR '