Save Python turtle canvas as a .jpeg or other file type which can be saved on top of -


i have created turtle program draws many things in many sizes based on user input. however, want include "save" button opens file dialog , allows user save current canvas .jpeg or other file type compatible macintosh. most efficient , direct way implement file dialog , save method in canvas saves canvas file (that can saved on top of afterwards if save pressed again in same window) on directory user chooses? regarding appreciated! :)

note: have tried researching around ways in python 3.x, getting ways python 2.x.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -