Welcome to the Automation Tasks repository! This project is dedicated to simplifying and automating repetitive tasks using Python scripts. The repository includes two main scripts:
Selenium Script The automation_selenium.py script uses the Selenium library to automate interactions on the Web. It can open a browser, navigate to a specified web page and fill in a form, demonstrating the power of web automation.
PyAutoGUI Script The automation_pyautogui.py script takes advantage of PyAutoGUI to automate mouse and keyboard actions. It can perform tasks such as moving the mouse, clicking and typing, providing a versatile solution for various automation needs.
Feel free to explore each script's respective directory for detailed instructions on configuration and use. Contributions are welcome and we encourage you to improve the scripts or introduce new features. See the CONTRIBUTING.md file for guidelines on how to contribute.
Thank you for visiting the Automation Tasks repository. Simplify your tasks and increase productivity with these automation scripts!
The automation_selenium.py
script uses Selenium to interact with web pages, open a browser and fill in a simple form.
- Install the dependencies:
pip install -r selenium_script/requirements.txt
- Run the script using:
python selenium_script/automation_selenium.py
🚀 PyAutoGUI Script
The automation_pyautogui.py
script uses PyAutoGUI to automate mouse and keyboard actions, such as moving the mouse, clicking and typing.
⚙️ Settings
- Install the dependencies:
pip install -r pyautogui_script/requirements.txt
- Run the script using
python pyautogui_script/automation_pyautogui.py
This script will perform a series of automated actions, including mouse movements, clicks and text input.
We welcome contributions from the community to improve and enhance our automation scripts. If you would like to contribute, please consult the Contribution Guidelines.
Each folder (selenium_script/ and pyautogui_script/
) has its own script and README with detailed information on configuration and use.
If you encounter problems or have ideas for improvements, create an issue in the GitHub repository. Participate in discussions and provide feedback to help us improve the project.
Please note that we have a Code of Conduct in place. By participating in this project, you agree to follow it. You can find the Code of Conduct here
This project is licensed under MIT License.
Feel free to copy and paste this into your README.md file. If there are any additional details or modifications you'd like, please let me know!