Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trots/youtube-analyzer
Software for analyzing of YouTube search output
https://github.com/trots/youtube-analyzer
ctr pyside6 python qt youtube youtube-analysis youtube-search
Last synced: about 1 month ago
JSON representation
Software for analyzing of YouTube search output
- Host: GitHub
- URL: https://github.com/trots/youtube-analyzer
- Owner: trots
- License: mit
- Created: 2023-08-15T21:34:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-21T21:05:55.000Z (6 months ago)
- Last Synced: 2024-05-22T20:56:18.472Z (6 months ago)
- Topics: ctr, pyside6, python, qt, youtube, youtube-analysis, youtube-search
- Language: Python
- Homepage:
- Size: 286 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YouTube Analyzer
Software for analyzing of YouTube search output.
Based on `youtubesearchpython` and `PySide6`.
![main_window](doc/main_window.png)
## 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:
```cmd
> pip install -r requirements.txt
```
2. Run application:
```cmd
> python youtube-analyzer.py
```
3. Type a search request and click the "Search" button.