How to use graphics interface on repl.it ?
Hi all,
i want to make a little program for converting measure units and i dont know if i can do it with an graphic interface and not only with a text?
Hi all,
i want to make a little program for converting measure units and i dont know if i can do it with an graphic interface and not only with a text?
You can use graphics on repl.it
If you wish to use Python, create a new project with language named
Python (with Turtle)
. If you want to use JS, use a Canvas :)@CoolqB thanks for the response :)
do i need to import "turtle" ?
@CoolqB ok i see what you mean ;) :)
@JulienBensliman Yep! Just import turtle, and follow and turtle graphics tutorial online :)