Skip to content

AlexTu2/form-fill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form fill

A python script that auto fills a webpage form given a text file for form the required fields.

Installation

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

Usage/Examples

Edit the input file

vim input.txt
first field
second field
third field

Run the program

python main.py

Notes

  • The program by default reads the "input.txt" file
  • Use F2 to begin filling, esc to quit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages