0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PythonでVAMPIRE HEARTプレイヤーを作成する

0
Posted at

markdown

Pythonでダークな雰囲気のミュージックプレイヤー「VAMPIRE HEART」を作ってみた

概要

Pythonを使用して、赤と黒を基調としたダークなデザインのミュージックプレイヤー「VAMPIRE HEART」を制作しました。視覚的なインパクトを重視し、音楽を視覚的にも楽しめるように設計しています。

スクリーンショット

VAMPIRE HEART
音楽の聴き方: ダウンロードした音楽ファイルを VAMPIRE HEART にドラッグ&ドロップするだけで再生できます。

主な機能

  • オーディオビジュアライザー: 音楽に合わせてリアルタイムで波形が動きます。
  • カスタムGUI: ヴァンパイア/サイバーパンク風の独特なデザイン。
  • プレイリスト管理: MP3ファイルのリスト表示と再生が可能です。
  • ドラッグ&ドロップ対応: お気に入りの音楽ファイルをプレイヤーに追加してすぐに再生できます。

使用技術

  • Python 3.x
  • PyQt5 (GUIフレームワーク)
  • Matplotlib / Librosa (音声解析・ビジュアライザー)

リンク

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?