On Thu, Aug 14, 2014 at 2:11 AM, <taifuls...@gmail.com> wrote: > I am new in Python programming.Currently reading the book " Learn Python the > Heard Way".However i need a python script which will take an image file (any > standard format) from my windows pc as input.Can anybody have any solution?I > use command prompt and gedit to learn python. >
If you finish studying the book, you'll have a better idea of how to go about doing things in Python, and also of how to find out more about what you can work with. For a start, you probably want a Python imaging library. You could type those three words into a search engine and see what comes back. In fact, that's probably a good start for any question you have. ChrisA -- https://mail.python.org/mailman/listinfo/python-list