Update README.md

This commit is contained in:
2025-06-02 03:38:40 +00:00
committed by GitHub
parent 56ead2aa55
commit e75889e74e

View File

@@ -5,48 +5,46 @@ 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.
## How to Run ## How to Run
### Linux ### Linux
- Clone this repository to your local machine. - Clone this repository to your local machine.
- Navigate to the directory: - Navigate to the directory:
- Run the script linux.py - Run the script linux.py
### Windows ### Windows
- Download and run the windows.exe file - Download and run the windows.exe file
### iOS / iPadOS ### iOS / iPadOS
- Download the ios.py script and run it in Pythonista - Download the ios.py script and run it in Pythonista
## Troubleshooting ## Troubleshooting