Chess Readme

This commit is contained in:
MikeTheWatchGuy 2018-10-24 12:03:34 -04:00
parent b12bacc4a3
commit 140ce5d448
3 changed files with 13 additions and 33864 deletions

View file

@ -1,8 +1,6 @@
#!/usr/bin/env python
import sys
from Demo_Turtle import canvas
if sys.version_info[0] >= 3:
import PySimpleGUI as sg
else: