SkillAgentSearch skills...

PyVisualizer

A simple music visualizer written in python and Qt

Install / Use

/learn @ajalt/PyVisualizer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyVisualizer

A simple music visualizer written in python and Qt.

Binary Installation

The compiled binaries can be used without installation.

Running from Source

Install the following dependencies:

<table> <tr><td>Python 2.7</td><td>http://www.python.org/download/</td></tr> <tr><td>NumPy</td><td>http://www.scipy.org/Download</td></tr> <tr><td>PySide</td><td>http://qt-project.org/wiki/PySideDownloads</td></tr> <tr><td>PySide-QtMultimedia</td><td>Included in the PySide binaries on Windows and OSX</td></tr> </table>

The program can be run with python main.py

Usage

The visualizer uses sound from your microphone to generate the visuals, so make sure your microphone is working.

Controls

<table> <tr><td>Esc</td><td>Enter and exit full screen mode</td></tr> <tr><td>1-9</td><td>Change number of columns displayed</td></tr> <tr><td>Q-T</td><td>Change color</td></tr> <tr><td>I-P</td><td>Hide or show columns</td></tr> </table>

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated1y ago
Forks6

Languages

Python

Security Score

60/100

Audited on Mar 8, 2025

No findings