Skip to content

Repository files navigation

Video Game Sales Analysis

Python Flask JavaScript License: MIT

An interactive web dashboard for analyzing and visualizing video game sales data across multiple dimensions -- sales trends, genre performance, platform popularity, and regional market breakdowns.


Features

  • Data Upload & Processing: Load and parse video game sales datasets for analysis.
  • Interactive Dashboard: Explore data through multiple chart types including trend lines, bar charts, bubble plots, radar charts, heatmaps, and treemaps.
  • Regional Analysis: Compare sales performance across North America, Europe, Japan, and other regions.
  • Genre & Platform Insights: Identify top-performing genres and platforms across different time periods.
  • Exportable Reports: Download analysis results for offline use and presentations.

Tech Stack

  • Backend: Python, Flask
  • Frontend: HTML5, CSS3, JavaScript
  • Visualization: Chart.js / D3.js
  • Data Processing: Pandas, NumPy

Getting Started

  1. Clone the repository:

    git clone https://github.com/UNSTOPBIL/video-game-sales-analysis.git
    cd video-game-sales-analysis
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python backend/app.py
  4. Open in browser: Navigate to http://localhost:5000


Project Structure

video-game-sales-analysis/
|
|-- backend/              # Flask application & API routes
|   |-- static/           # CSS, JavaScript, and assets
|   |-- templates/        # HTML templates
|   |-- app.py            # Main application entry point
|
|-- data/                 # Sales datasets (CSV)
|-- README.md             # Project documentation
|-- requirements.txt      # Python dependencies

License

Distributed under the MIT License. See LICENSE for details.

About

Interactive video game sales analytics dashboard with Flask backend, multi-dimensional data visualizations, and exportable reports

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages