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 data story telling part.

Explore Page

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

  • Select the dataframe you want to visualize
  • Filter the data by using the set of filter condition in the combobox
  • Select the Graph type and its attribute
  • Press Visualize button

Single Data Page

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

  • Select specific games
  • Add the dataframe name to the buttom combobox
  • Press add button to add the video game into the new dataframe

Clone this wiki locally