From 9c51ff2a79683fa8182d0d3838fa395bdb4c7069 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 19 Aug 2020 12:44:48 +0530 Subject: bumping version to 2.5 --- README.md | 4 ++-- main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe5229e..b653f34 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/main.py b/main.py index 9f96e95..5cf05ef 100644 --- a/main.py +++ b/main.py @@ -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 |" -- cgit v1.2.3