Correctly handle transparent rectangles. Make Crosswork demo run on Web.
This commit is contained in:
parent
16d96109a7
commit
73f0ebe02a
2 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
import sys
|
||||
if sys.version_info[0] >= 3:
|
||||
import PySimpleGUI as sg
|
||||
# import PySimpleGUIWeb as sg # take your pick of ports. Runs on both
|
||||
else:
|
||||
import PySimpleGUI27 as sg
|
||||
import random
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue