From 9a58a5901fa18b8db30d21077a28659932de76f3 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 9 Mar 2020 22:52:09 +0530 Subject: Updated Readme with Argparse --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d72947..3526dd9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ # vaporwave generator 旺育栄 A vaporwave music (+art, +video soon, I promise) generator bodged together using code from various sources. Runs on Python3 +``` +usage: main.py [-h] [-M] [-V] [-i INPUT] + +This program takes YouTube URL or title of a song and converts it into +vaporwave + +optional arguments: + -h, --help show this help message and exit + -M, --music generate v a p o r w a v e music + -V, --version show program version + -i INPUT, --input INPUT + input url +``` + ## Installation This was tested on macOS Catalina ( so should work on almost all macOS versions). @@ -28,11 +42,11 @@ pip install -r requirements.txt ### YouTube URL ``` -python3 main.py +python3 main.py -M -i ``` ### Song Title ``` -python3 main.py Song Title +python3 main.py -M -i Song Title ``` ## Bugs @@ -49,4 +63,5 @@ This project is a result of bodging and therefore has tons of bugs which need to ## Credits @WJLiddy His repo `Macintech` forms the base code for the music generator + @felipecustodio Using his repo `virtualdreamsbot` YouTube DL code ( Hopefully I will be able to integrate this project as a Telegram Bot) \ No newline at end of file -- cgit v1.2.3