Web Scrape is a collection of programs that take in multiple websites and creates a bar graph of the frequency of each letter
./scrape.sh <URL1> <URL2> ... <OPTION: -A>
chmod 755 web_scrape.py
python3 ./web_scrape.py <URL1> <URL2>
chmod 755 analyze.py
python3 ./analyze.py <CSV1> <CSV2>