Update README.md
This commit is contained in:
20
README.md
20
README.md
@@ -5,29 +5,27 @@ This is a Python application that allows you to view live data of the amount of
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
Real-time Data: Displays the latest A&E and UTC waiting times for NCIC hospitals
|
- Real-time Data: Displays the latest A&E and UTC waiting times for NCIC hospitals
|
||||||
|
|
||||||
Auto-refresh: The app automatically refreshes data every 5 minutes with a countdown timer.
|
- Auto-refresh: The app automatically refreshes data every 5 minutes with a countdown timer.
|
||||||
|
|
||||||
Customizable UI: The interface is split into two sections for A&E and UTC departments, with hospital names highlighted for clarity.
|
- Customizable UI: The interface is split into two sections for A&E and UTC departments, with hospital names highlighted for clarity.
|
||||||
|
|
||||||
Data Fetching: Uses BeautifulSoup to scrape HTML tables from the NHS website, parsing the relevant data on patients, wait times, and arrivals.
|
- Data Fetching: Uses BeautifulSoup to scrape HTML tables from the NHS website, parsing the relevant data on patients, wait times, and arrivals.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
To run this application, you need to have the following Python libraries installed:
|
To run this application, you need to have the following Python libraries installed:
|
||||||
|
|
||||||
requests
|
- requests
|
||||||
|
- beautifulsoup4
|
||||||
beautifulsoup4
|
- tkinter (usually comes pre-installed with Python)
|
||||||
|
|
||||||
tkinter (usually comes pre-installed with Python)
|
|
||||||
|
|
||||||
You can install the required libraries using pip:
|
You can install the required libraries using pip:
|
||||||
|
|
||||||
pip install requests beautifulsoup4
|
`pip install requests beautifulsoup4`
|
||||||
|
|
||||||
Python Version
|
## Python Version
|
||||||
|
|
||||||
This script is compatible with Python 3.x.
|
This script is compatible with Python 3.x.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user