Please somebody help me! I'm new here. I am tired of searching it online. Is it possible to do refresh the Windows with python? If it is possible, then can we do it with 'os' module in python?
import os
Please somebody help me! I'm new here. I am tired of searching it online. Is it possible to do refresh the Windows with python? If it is possible, then can we do it with 'os' module in python?
import os
import pyautogui as dp
import time
dp.hotkey('win', 'd')
dp.position(x = 1920,y =540) ### You can change x and y based on the resolution of your pc
dp.click(x = 1920,y =540,button = 'right')
dp.click(x = 1900,y =620)## These coordiantes are not universal, changes as per the pc resolution