Posts

Showing posts from June, 2020

How to make Automatic Dino Game?

Image
  Interesting?           Hey folks, in this post we are going to do a very interesting thing. We are going to automate the Google chrome Dino game using PYTHON.                            Exited? How to do? Step 1 : Download and install Python3                   After that, for automation process we need two python packages:                       ❤  pyautogui .                      ❤  PIL Step 2  : Write the following command to install these two packages:   pip3 install pyautogui pip3 install pillow Wait, What are we going to do here?   1.  We need to capture the screenshot of the chrome dino game      screen on greyscale. 2.  Then we want to add some kind of rectangle on this image fo...