Hi everyone, I have just started learning coding (Python, HTML, CSS).
For my current project I needed to design a website, and I chose to make a site which combined all the different games made in the first project (with Python), and made them playable on the site.
I started with Trinket, but I found the code (when embedded) would stop working after 3 or 4 inputs (I think it is because code is too long, but I am checking with their help service)
I have switched to using repl.it , and embedding with this works, but I would prefer to display just the output in full screen without the code (like I was able to in Trinket). Does anyone know how I can do that?
I did try doing it myself using Flask, Django, Web2py etc., but I'm afraid I am just not capable of doing that yet. :(
How to embed without code, output full screen, with repl.it?
Hi everyone, I have just started learning coding (Python, HTML, CSS).
For my current project I needed to design a website, and I chose to make a site which combined all the different games made in the first project (with Python), and made them playable on the site.
I started with Trinket, but I found the code (when embedded) would stop working after 3 or 4 inputs (I think it is because code is too long, but I am checking with their help service)
I have switched to using repl.it , and embedding with this works, but I would prefer to display just the output in full screen without the code (like I was able to in Trinket). Does anyone know how I can do that?
I did try doing it myself using Flask, Django, Web2py etc., but I'm afraid I am just not capable of doing that yet. :(
Many thanks.
Removed
Repl.it removed that feature for now. you can't output it in another screen. But you can do it for Flask, and Django still.