Skip to content

trots/youtube-analyzer

Repository files navigation

YouTube Analyzer

Software for analyzing of YouTube search output.

Based on youtubesearchpython and PySide6.

main_window

Features

  • Show YouTube search result in the table with a lot of video parameters.
  • Export search result to XLSX, CSV and HTML.
  • YouTube API support (just set API key in the preferences).
  • Show video preview and video tags.

Usage

  1. Install dependencies:
    > pip install -r requirements.txt
  2. Run application:
    > python youtube-analyzer.py
  3. Type a search request and click the "Search" button.