Simple PYscript with GUI to take a screenshot.
- python3
- import numpy as np
- import cv2
- import pyautogui
git clone https://github.com/ramackersjp/Screenshot.git
cd Screenshot
chmod +x Take-Screenshot.desktop
cd src
chmod +x app.py
- Place the Take-Screenshot.desktop file on your desktop.
- Go to your IDE and change the .desktop file to your own paths.
- Take screenshots
The place where you can find your screenshot.
images are saved at the src map. Or select your own location.
If you want to contribute to this project, please create a branch from the beta version and pull it there. When the beta branch is fully where we want we merging the beta branch to the main branch.