I'm new to python and am writing a web scraping script for some coworkers that will scrape data off of a given webpage and package up into a .csv for them. What is the best way to package up this script so that they can just click on it and maybe enter some search terms then let it run and produce a .csv?
Thanks! Let me know if any clarification is needed, this is my first question!