added requirements.txt
This commit is contained in:
parent
c0f221aa7c
commit
d704269fd0
@ -107,9 +107,7 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if event == "-SAVE-":
|
if event == "-SAVE-":
|
||||||
save_path = sg.popup_get_file('Save',
|
save_path = 'Title.png'
|
||||||
save_as = True,
|
|
||||||
no_window = True) + '.png'
|
|
||||||
image.save(save_path, 'PNG')
|
image.save(save_path, 'PNG')
|
||||||
|
|
||||||
window.close()
|
window.close()
|
||||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Pillow
|
||||||
|
pyinstaller
|
||||||
|
pyinstaller-hooks-contrib
|
||||||
|
PySimpleGUI
|
Loading…
Reference in New Issue
Block a user