Covid-19 Data Presentation Dashboard, ECM1400 Programming Coursework
Project description
Covid19Dashboard
DESCRIPTION
Covid19Dashboard is a python project that provides a personalised dashboard to present current statistics and news articles for a user.
PREREQUISITES
Python Version >= 3.9
Installed Packages:
uk-covid19
flask
pytest
Use the Package Manager pip to install these modules.
pip install uk-covid19
pip install flask
pip install pytest
If modules are currently installed, pip will return a message in response to this, however modules can also be verified by executing line.
pip list
This lists all currently installed packages and their version, as of the publishing of this package, versions for the prerequisite packages uk-covid19, flask, and pytest are so.
Versions as of 03/12/2021
uk-covid19 - 1.2.2
Flask - 2.0.2
pytest - 6.2.5
INSTALLATION
To install the Covid19Dashboard, the package can be installed using pip, similarly to the prerequisite modules necessary for the package to function.
pip install Covid19Dashboard
USAGE
To set up the dashboard for opening in a browser, the user must execute the main.py python file in the package. This can be done through the command line, or a Python Shell if the file is loaded into an IDE such as IDLE, or another environment.
#cd "<Directory_To_Package_Folder>"
#py main.py
If the Package has been imported, the dashboard can be alternatively loaded by calling the run() function created in main.py, as opposed to the execution of app.run() when the module is being run directly.
#from Covid19Dashboard import main
#main.run()
Once the dashboard is running, the local development server can be accessed by web browser, using the url 127.0.0.1:5000.
DETAILS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for Covid19Dashboard_ah1062-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41a52e87e745ad4c40dcd2dee2865e46976462c5b09843f3e988a75588f89649 |
|
MD5 | 59b1e4cf92c98d5841eb3ed25f0e8dc9 |
|
BLAKE2b-256 | ae1346aaac20bd9c530f763b2429703a82f0d13c85e9abf57df35810a8f4fb96 |
Hashes for Covid19Dashboard_ah1062-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ac76effc8b92acdebc5d53de8cf39dfe5123dd70cce383e1f040291924133af |
|
MD5 | be4a93057bf31db78465b1b9c0e1751e |
|
BLAKE2b-256 | 973fb32046ac94ba0e80a62fcdbc10fd65e69ff2c0f2272369f6e6d5ce26bc94 |