How can i run a python script in django

So a python script like Sherlock on Git hub, which sources usernames. Can that be run by clicking a button on a HTML page in a Django project and return a CSV file.

How would this be done ?

Back to Top