A python script that auto fills a webpage form given a text file for form the required fields.
Clone the project
git clone https://github.com/AlexTu2/form-fill.git
Go to the project directory
cd form-fill
Install dependencies
pip install -r requirements.txt
vim input.txt
first field
second field
third field
python main.py
- The program by default reads the "input.txt" file
- Use F2 to begin filling, esc to quit