AutoFormFill is a tool that automates the process of filling out Google forms. This app was designed to save you time from repeatedly filling out similar or identical forms. The tool automatically fills screening questions on Google forms randomly.
This project was developed using Python and Selenium, a web automation library. The program interacts with the web browser to select random answers to screening questions.
Before running this tool, you must have Python installed on your system. Also, make sure the Selenium driver for your browser is configured correctly. In this case, the Chrome driver has been used.
- Clone this repository to your local system:
git clone https://github.com/tuusuario/AutoFormFill.git
- Navigate to the repository folder:
cd AutoFormFill
- Install the dependencies:
pip install -r requirements.txt
- Edit the index.py file with the parameters that fit your form.
- Run the program:
python auto_form_fill.py
Follow the instructions provided by the program to fill out a Google form automatically.
If you want to contribute to this project, please open an issue or a pull request.