Skip to content

Commit

Permalink
Switch to FreeSimpleGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 committed Aug 9, 2024
1 parent a1a5c1e commit 6fdcc24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion button.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from PIL import Image, ImageDraw
from PySimpleGUI import Button, BUTTON_TYPE_READ_FORM, FILE_TYPES_ALL_FILES, theme_background_color, theme_button_color
from FreeSimpleGUI import Button, BUTTON_TYPE_READ_FORM, FILE_TYPES_ALL_FILES, theme_background_color, theme_button_color
import io
import ctypes
from base64 import b64encode
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PySimpleGUI==4.70.1
FreeSimpleGUI==5.1.1
Pillow==10.4.0
darkdetect==0.8.0
requests==2.32.3
Expand Down
2 changes: 1 addition & 1 deletion sideloader.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
import PySimpleGUI as gui
import FreeSimpleGUI as gui
import platform
import webbrowser
import sys
Expand Down

0 comments on commit 6fdcc24

Please sign in to comment.