/Chicago-Hilal-Hijri-date-today

This Python script will scrape chicagohilal.org and get today's date in Hijri.

Primary LanguagePython

Hijri date today in Chicago (from chicagohilal.org)

This Python script will scrape chicagohilal.org and get today's date in Hijri. This script requires BeautifulSoup4 library which can be installed by the following:

easy_install pip  
pip install BeautifulSoup4