SimpleGUI on IDLE

242 Views Asked by At

I have managed to develop a game using the simplegui module and am able to run it on CodeSkulptor, but when I try running it on IDLE, it displays that the module simplegui is not found. I'm not really getting how to download the module on my system and am unable to find any solution on Google. Is there any way I can get simplegui, or is it an outdated module(I'm finding many websites explaining how to download PySimpleGUI and Tkinter but can't find simplegui)? Thanks for any help

1

There are 1 best solutions below

0
drwie On

Check this question: How to integrate SimpleGUI with Python 2.7 and 3.0 shell

You can use:

import simpleguitk as simplegui