Re: grabbing Pictures from the web

2007-04-10 Thread Josh Bloom
I don't have any experience with TK so I can't comment on that but for getting pics from the web, you will need to do the following: 1) Work with the flickr API or flickr feeds to get the url for each picture that you want to work with. 2) Either download the image to disk or read it into memory t

grabbing Pictures from the web

2007-04-10 Thread Juan Vazquez
I am new to python (2 weeks old) and I would like to write a script that grabs pictures from the web (specifically flickr) and put them on a Tk Canvas for a slide show/editing program. my 2 questions are 1) How do I grab a picture from the web 2) is the use of the Tk canvas for working with the p