This script automates the process of filling out Team Member job applications for Pret A Manger using the pyautogui
library. It simulates key presses and mouse movements to interact with the application form.
- Automates key presses and mouse movements to fill out the application form.
- Configurable typing speed and pause duration.
- Disables Caps Lock if enabled.
- Uses environment variables for sensitive information.
- Python 3.x
pyautogui
librarypython-dotenv
library
- Clone the repository.
- Install the required libraries:
pip install pyautogui python-dotenv
- Create a
.env
file in the root directory and add your environment variables.
Create a .env
file in the root directory and add the following variables:
FIRST_NAME=YourFirstName
LAST_NAME=YourLastName
EMAIL=YourEmail
PHONE=YourPhoneNumber
ADDRESS=YourAddress
POSTCODE=YourPostcode
- Ensure the application form is open and ready to be filled.
- Run the script:
python PretAMangerJobApplicationPopulator.py
- As soon as the script starts, switch to the application form window.
This tool is intended for educational and personal use only. Do not use this script for any illegal activities, such as:
- Submitting false information on job applications.
- Automating tasks on websites without permission.
- Any other activities that violate the terms of service of the website.
Use this tool responsibly and at your own risk.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License.