aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-03-10 23:48:06 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-03-10 23:48:06 +0530
commitc79a3bbf05bc1c66a60373793b659dc5a7190955 (patch)
treeeb9c4b3275e6a66f93e42499e23ab4ff8df2ae04 /main.py
parent862b0783d731dd8980698fb035b78300703b9076 (diff)
Version 2.02.0
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 5bae070..92821e9 100644
--- a/main.py
+++ b/main.py
@@ -16,7 +16,7 @@ import time
version = 2.0
style = False
-text = 'This program takes YouTube URL or title of a song and converts it into vaporwave'
+text = '| V A P O R W A V E || G E N E R A T O R |'
parser = argparse.ArgumentParser(description = text)
parser.add_argument("-M", "--music", help="generate v a p o r w a v e music", action="store_true")