+ 1

Is it possible to make a canvas on Python?

How do I make a canvas on python? Not yet found a way.

6th May 2019, 6:21 PM
spotty dotty
4 odpowiedzi
+ 5
you can use tkinter.Canvas https://www.python-course.eu/tkinter_canvas.php
6th May 2019, 8:12 PM
Mert Yazıcı
Mert Yazıcı - avatar
+ 4
You can use brython.It's used for web.Brython is as JS!
6th May 2019, 8:01 PM
CodeFu
CodeFu - avatar
+ 4
Not on SoloLearn unfortunately, as it doesn't support any non-text interfaces, but for desktop you can take advantage of libraries like TKinter, which is an easy and fast GUI library. For more heavy-duty libraries you can use PyQT5. If you want to learn any of these, you can find tutorials and articles on the internet, google around and you'll find one with examples and great tips. Have fun!
6th May 2019, 8:04 PM
inxanedev!
inxanedev! - avatar
+ 3
Not here on Sololearn; but if you're writing for PC you can use the module tkinter. (You'll find a lot of information about tkinter online.)
6th May 2019, 7:43 PM
HonFu
HonFu - avatar