diff --git a/bin/exceptions.py b/bin/exceptions.py index 685bf67..29dc428 100644 --- a/bin/exceptions.py +++ b/bin/exceptions.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- + + """ Name: Video2X Exceptions Dev: K4YT3X diff --git a/bin/ffmpeg.py b/bin/ffmpeg.py index 9213757..2a3fe9d 100644 --- a/bin/ffmpeg.py +++ b/bin/ffmpeg.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- + + """ Name: FFMPEG Class Author: K4YT3X diff --git a/bin/image_cleaner.py b/bin/image_cleaner.py index 76bb536..b42d471 100644 --- a/bin/image_cleaner.py +++ b/bin/image_cleaner.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- + + """ Name: Video2X Image Cleaner Author: BrianPetkovsek diff --git a/bin/upscaler.py b/bin/upscaler.py index 69fcb0c..e4e7e2f 100644 --- a/bin/upscaler.py +++ b/bin/upscaler.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- + + """ Name: Video2X Upscaler Author: K4YT3X diff --git a/bin/video2x.py b/bin/video2x.py index 3b82fba..6100996 100644 --- a/bin/video2x.py +++ b/bin/video2x.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- + + """ __ __ _ _ ___ __ __ diff --git a/bin/video2x_setup.py b/bin/video2x_setup.py index a9dd21d..a25fcd6 100644 --- a/bin/video2x_setup.py +++ b/bin/video2x_setup.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- + + """ Name: Video2X Setup Script Author: K4YT3X diff --git a/bin/waifu2x_caffe.py b/bin/waifu2x_caffe.py index 47d8654..37e7f68 100644 --- a/bin/waifu2x_caffe.py +++ b/bin/waifu2x_caffe.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- + + """ Name: Waifu2x Caffe Driver Author: K4YT3X diff --git a/bin/waifu2x_converter.py b/bin/waifu2x_converter.py index d5fd376..d3d5ae3 100644 --- a/bin/waifu2x_converter.py +++ b/bin/waifu2x_converter.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- + + """ Name: Waifu2x Converter CPP Driver Author: K4YT3X