If your a college student and boared of taking screenshot of your online class then this code will defintely help you a lot. You can automate screenshot funtion using python by this simple code.
pip install pyautogui pip install time
- You has to make a folder anywhere you wish were you want to store screenshot.
- Give the path of the folder to "img.save("path_name)".
- Run the code based on your prefered IDE.
- Make sure that when you run the code again change the path or change folder because the new screenshot will overide the old screenshot.
- You can customize based on your need.