Py Screen is an old, simple Python drag-and-select screenshot tool used to easily take screenshots on your computer.
- Python 3 or greater must be installed on your machine.
- Install pyautogui's package
- pip install pyautogui
- Open your command prompt or terminal.
- Type
python --versionto check the Python version or verify if Python is installed on your machine. - Run the script using:
python /path/to/pyscreen.py - Make sure to replace
/path/to/pyscreen.pywith the actual path to your script.