Visuals | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Visuals

Does anyone know how to create a front-end in python other than the standard text? So with buttons and pictures and other things that make it look good.

3rd Jul 2017, 6:23 PM
Daan van IJcken
Daan van IJcken - avatar
1 Answer
+ 4
Well, sure. You can use a couple of GUI-supporting modules like tkinter, pygame, pyglet or kivy. That's for a more graphic experience. Unless you meant for web design, then look up one of Python frameworks: Django, Flask, Bottle or others. There is also a public online interpreter: www.codeskulptor.org which includes simplegui module. You can have some fun with it, too. Check it out: (won't work on mobile, though) Blackjack ♠♥♦♣ http://bit.ly/2icsbcv Memory 🙇 http://bit.ly/2gn4QZP Pong 🏓 http://bit.ly/2eSbaFT
3rd Jul 2017, 6:54 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar