Skip to content

RastalDev/prayer_times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Islamic Prayer Times

python pandas

Python script to display a daily Islamic prayer timetable

  • Python script to scrape website content and parse the relevant content into a pandas dataframe to display to the user.
  • This script, by default, uses the prayer timetable of timesprayer.com for Westminster, London.
  • Script can be modified to display the prayer times from any location.
  • Wherever you live, see here for a list of different countries / cities with their respective prayer times. Select the nearest city to your location and then modify the script accordingly by inserting the appropriate URL.

Necessary Python libraries which must be installed to run the script

  • urllib.request is a standard library for Python3.
  • html-table-parser: Install with pip using pip install html-table-parser-python3
  • pandas: Install with pip using pip install pandas

Example of output when script is run in a terminal emulator

screenshot

Developer(s)

This repository is maintained by:

RastalDev
RastalDev

License

This script is licensed under GPLv3.

gplv3.png