Skip to content

Automates filling Pret A Manger Team Member applications using pyautogui for simulating key presses and mouse movements.

License

Notifications You must be signed in to change notification settings

GlennAntonySheen/Pret-A-Manger-Job-Application-Polulator

Repository files navigation

Pret A Manger Job Application Populator

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.

Image

Features

  • 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.

Prerequisites

  • Python 3.x
  • pyautogui library
  • python-dotenv library

Installation

  1. Clone the repository.
  2. Install the required libraries:
    pip install pyautogui python-dotenv
  3. Create a .env file in the root directory and add your environment variables.

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

Usage

  1. Ensure the application form is open and ready to be filled.
  2. Run the script:
    python PretAMangerJobApplicationPopulator.py
  3. As soon as the script starts, switch to the application form window.

⚠ Disclaimer

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.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License.

About

Automates filling Pret A Manger Team Member applications using pyautogui for simulating key presses and mouse movements.

Topics

Resources

License

Stars

Watchers

Forks

Languages