Skip to content

ravagerWT/Technical-Analysis-of-Covid19-Cases

Repository files navigation

Technical Analysis of Covid19-Cases

Using stock technical analysis on COVID-19 confirmed cases. Just for fun and I do not bear any consequences caused by using this website.

Visit website here.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites & Dependency

Python
dash (package)
dash_core_components (package)
dash_html_components (package)
dash_bootstrap_components (package)
plotly (package)
pandas (package)
numpy (package)

Installing

Step1. Install python:

Follow the Python Official Install instruction to install it.

Or follow the quick step below:

  1. Download python from official website.
  2. Double click the installer to install python (recommended) or extract the portable version python to your desired folder.
  3. If you haven't enable the setting environment variables option in the installer or you're using portable version, please follow the instruction to setting environment variables.

Step2. Install python packages:

Windows:

  1. Open CMD or Powershell
  2. Type pip install dash, dash_core_components, dash_html_components, dash_bootstrap_components, plotly, pandas, numpy and hit enter to install packages

Step3. Get the program:

Clone this repo to your local machine using

git clone https://github.com/ravagerWT/Technical-Analysis-of-Covid19-Cases.git

How to use

  1. Navigate to the main project folder.
  2. Double click main_app.py to run the program.
  3. Open your browser and enter http://127.0.0.1:8050/.
  4. Enjoy!

FAQ

Q: What environment does this program run?

A: I develop and test it under Windows 10, python 3.9.5. You could try to run it under different environment, but I can't promise it will run smoothly.

ChangeLog

Please see the CHANGELOG.md file for details.

The version control of this project follows Semantic Versioning 2.0.0 system.

Contributing

  1. Fork it.
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Authors

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details.

About

Using stock technical analysis on COVID-19 confirmed cases

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages