aboutsummaryrefslogtreecommitdiff
path: root/nstvid.py
blob: 53c443cd48e68b2ce89626edef1e5e82bd240379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/env python

from gooey import Gooey, GooeyParser

@Gooey(default_size=(800, 600), terminal_font_color="FFFFFF",
        header_bg_color="#000000")
def init():
    parser = GooeyParser(description = \
            "nstvid - Neural Style Transfer Video Creator")
    parser.add_argument("style_image", help="Style image", \
            widget="FileChooser")
    parser.add_argument("input_video", help="Source", widget="FileChooser")
    params = parser.parse_args()
    return params

def main():
    pass

if __name__ == '__main__':
    init()
    main()
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa