Solve Problems by Coding Solutions - A Complete solution for python programming
The simplest way of taking a screenshot using pyscreenshot module
Install the package:
pip install pyscreenshot
import pyscreenshot
image = pyscreenshot.grab()
image.show()
image.save("screenshot.png")
Post a Comment
No comments:
Post a Comment