learning-software-engineering / learning-software-engineering.github.io

MIT License
15 stars 202 forks source link

Automation using PyAutoGUI - Mouse and Screenshot Functionality #517

Closed manav393 closed 6 months ago

manav393 commented 6 months ago

This pull request adds a beginner-friendly tutorial for automating tasks with Python using the PyAutoGUI library. The tutorial covers some basics of PyAutoGUI functions, like mouse control and screenshot functionality. The keyboard controls and message box sections are pending and will be added soon.

I believe this tutorial will be beneficial to users who are new to automation and want to learn how to use PyAutoGUI effectively. The content is written in a clear and concise manner, with examples provided to help users understand the concepts better.

Please review the tutorial and let me know if any changes or improvements can be made.