From c4822781907b1988f43eb272b4f9ffef2c0c263a Mon Sep 17 00:00:00 2001 From: Avery Huang <68914997+huang0h@users.noreply.github.com> Date: Sun, 5 Jun 2022 01:03:10 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca29947..086ecbe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # constellatia -Constellatia is a simple audio visualizer built in Python. +Constellatia is a simple audio visualizer built in Python, inspired by the stars and space. You'll need to install pygame and From 1186b44810f1ec3ae57e33b48376f199eb038854 Mon Sep 17 00:00:00 2001 From: Avery Huang <68914997+huang0h@users.noreply.github.com> Date: Sun, 5 Jun 2022 01:03:24 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 086ecbe..f9b6ed4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # constellatia -Constellatia is a simple audio visualizer built in Python, inspired by the stars and space. +Constellatia is a simple audio visualizer built in Python, inspired by the stars and space in general. You'll need to install pygame and From 2f0c29f4260c9031e7a144317053def0b3ab8b07 Mon Sep 17 00:00:00 2001 From: Avery Huang <68914997+huang0h@users.noreply.github.com> Date: Sun, 5 Jun 2022 01:07:14 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f9b6ed4..ce786d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # constellatia Constellatia is a simple audio visualizer built in Python, inspired by the stars and space in general. +Demo: https://youtu.be/4_a7V3886Vs + You'll need to install pygame and pydub