Python Forum
Please help a newbie choose which programming language to learn. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Please help a newbie choose which programming language to learn. (/thread-16343.html)



Please help a newbie choose which programming language to learn. - yeto - Feb-24-2019

Hi,

I would like to learn a programming language. I have searched on the internet and it seems like Python is one of the best. I would like to write a program that would do the following:

take a snapshot of my computer screen > after x number of seconds refresh the computer screen > take another snapshot of my computer screen > compare the 2 screens and if anything has changed play an audio alert

Is this something Python could do and would Python be the best software to use for this purpose?

Thank you in advance for any help,
yeto


RE: Please help a newbie choose which programming language to learn. - Yoriz - Feb-24-2019

A couple of links
taking-screenshots-with-opencv-and-python
python-compare-two-images


RE: Please help a newbie choose which programming language to learn. - yeto - Feb-25-2019

(Feb-24-2019, 01:00 PM)Yoriz Wrote: A couple of links
taking-screenshots-with-opencv-and-python
python-compare-two-images

Thank you for taking time to reply. This is very helpful.