/screenshoter-python-autogui

This is a simple application that is used to capture PC's screenshot at a particular instinct using the python in-built module pyautogui .

Primary LanguagePython

Screenshoter using Python autogui 📷

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

👀 This is how it looks

new

new1