Skip to content

Instruction

Sirapob PHASUT edited this page May 10, 2024 · 4 revisions

Setup

  1. check for python version :
    python --version
    Ensure you have Python version 3.11 or newer installed. If not, install or update Python to meet this requirement.
  2. check for pip installation:
    python -m pip --version
    pip (the Python package manager) is necessary for installing required packages.

How to Run

  1. Install required package : pip install -r requirements.txt
    This command installs all the necessary packages listed in the requirements.txt file.
  2. Run the main module :python main.py

Application Detail

Information Page

Information Page This page consist the datastory telling part.

Explore Page

Explore Page Page allow user to change the attribute of the graph and filter by themselves.

Single Data Page

Single Data Page Let User read the data of the specified videos game and add the specific game to the dataframe.

Clone this wiki locally