Use a web site as a console for a code, without showing the code
I have a question... i want to create a simple code using python... and then i want it to upload the code to a website, just as repl.it does.
Then i pretend to share the link of the code(as repl), but instead of showing the hole code i want to just give the option of "run the code" and use the console.
Does this website exist???
trainingtesting
hey anybody can help me i cant get the link for the run the code have enabled explorer but no luck cant get it .please help
Hi afsalazar,
The easiest way to do what I think you mean is probably to use repl.run. To do this, enable explorer mode in your account (account > roles > explorer) and then whenever you use a python repl, a repl.run page will display instead of the normal terminal. You can then share the link to this page, and the repl.run automatically runs the code whenever anyone visits it, without showing people the actual code.
@minx28 thank you so much!!! just what i was looking for!
@afsalazar no problemo