diff --git a/Title.png b/Title.png new file mode 100644 index 0000000..e5d8d89 Binary files /dev/null and b/Title.png differ diff --git a/hcatitles.py b/hcatitles.py index e41599b..9b86855 100644 --- a/hcatitles.py +++ b/hcatitles.py @@ -107,9 +107,7 @@ def main(): if event == "-SAVE-": - save_path = sg.popup_get_file('Save', - save_as = True, - no_window = True) + '.png' + save_path = 'Title.png' image.save(save_path, 'PNG') window.close() diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c012cc6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +Pillow +pyinstaller +pyinstaller-hooks-contrib +PySimpleGUI