diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-03-10 23:48:06 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-03-10 23:48:06 +0530 |
commit | c79a3bbf05bc1c66a60373793b659dc5a7190955 (patch) | |
tree | eb9c4b3275e6a66f93e42499e23ab4ff8df2ae04 /main.py | |
parent | 862b0783d731dd8980698fb035b78300703b9076 (diff) |
Version 2.02.0
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |