How to Allow GUI on any Repl!!!
So, you're tired of the having to always make a pygame repl to make a gui app, instead of using bash or another language? Well, what if I said you can?
Step 1
Open the repl shell using Ctrl + Shift + S.
Step 2
Type in python3
Step 3
Type in help()
Step 4
Type in modules.
Once you have done this you should see a new screen open up! Awesome, right? I haven't tinkered with it too much but I know pygame works on it using a bash repl.