added requirements.txt

This commit is contained in:
Fredrick W. Warren 2022-05-30 11:17:07 -07:00
parent c0f221aa7c
commit d704269fd0
3 changed files with 5 additions and 3 deletions

BIN
Title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View File

@ -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()

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
Pillow
pyinstaller
pyinstaller-hooks-contrib
PySimpleGUI