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.gitGo to the project directory
cd form-fillInstall dependencies
pip install -r requirements.txtvim 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