⚝
One Hat Cyber Team
⚝
Your IP:
18.222.71.63
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python2.7
/
Demo
/
tkinter
/
guido
/
View File Name :
paint.pyo
� ��^c @ 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 '