Python Forum

Full Version: Please help a newbie choose which programming language to learn.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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.