#!/usr/bin/python3 # pip install builtwith import builtwith host = input(" Enter Host: ") c = builtwith.parse(host) print(c)
pip install builtwith