This is a simple application that is used to capture PC's screenshot at a particular instinct using the python in-built module pyautogui .
- We need to first capture the screenshot using the screenshot function
- Then we can save that screenshot at a particular path
- We can also view the captured picture using show method