diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-19 12:44:48 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-19 12:44:48 +0530 |
commit | 9c51ff2a79683fa8182d0d3838fa395bdb4c7069 (patch) | |
tree | 7823cf7dc88148651c48918300a5ee277afe0cda | |
parent | 8788843458f614a609f936ecdb1fc6c49c2cbf9b (diff) |
bumping version to 2.5
-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 |" |