From eab831fe8bee7c75ac15e13c1a3e5434fa694fa8 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 9 Mar 2020 22:25:20 +0530 Subject: Initial Commit --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e5c6e0 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +# V A P O R W A V E +A vaporwave music (+art, +video soon, I promise) generator bodged together using code from various sources ( Hopefully I have credited all of them in the source code). Runs on Python3 + +## Installation + +This was tested on macOS Catalina ( so should work on almost all macOS versions). +Windows is unsupported at this time ( I need to find a way to use aubio's python module) + +### Dependencies + +#### Linux + +``` +sudo apt install ffmpeg libavl1 sox +pip install -r requirements.txt +``` + +#### macOS + +Make sure you have brew installed + +``` +brew install noah # I would have had to re-compile the executeable :( +brew install sox +pip install -r requirements.txt + +## Usage + +### YouTube URL +``` +python3 main.py +``` +### Song Title +``` +python3 main.py Song Title +``` + +## Bugs + +This project is a result of bodging and therefore has tons of bugs which need to be ironed out + +## To-Do + +[ ] Move away from using os.system calls, and use Python modules instead ( Looking at you, Sox and aubio) +[ ] Clean the Code +[ ] Add Artwork Generator +[ ] Add Video Generator -- cgit v1.2.3