diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | main.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -109,11 +109,11 @@ There might be a problem with the generated video not having audio, for that run ## To-Do - [ ] Move away from using os.system calls, and use Python modules instead ( Looking at you, Sox and aubio) -- [ ] Clean the Code +- [x] Clean the Code - [ ] Add Artwork Generator - [x] VHS Picture Styler ( Added in v1.5 ) - [x] Add Video Generator -- [ ] Add Custom Date to VHS Styler +- [x] Add Custom Date to VHS Styler ## Credits @@ -9,7 +9,7 @@ import urllib.request import urllib.parse import argparse -version = 2.1 +version = 2.5 style = False text = "| V A P O R W A V E || G E N E R A T O R |" |