make an app with python | Sololearn: Learn to code for FREE!
0

make an app with python

i have write a calculator code with python and i want to make an app calculator.Can i connect my code that i have already write with (for example pygame) to make a calculator app?

15th Jul 2017, 7:02 PM
Stelios Power
Stelios Power - avatar
3 ответов
+ 2
Here in SL I think it's not possible. But in general, there is no problem. I would recommend a GUImodule like Tkinter or wxpython instead of pygame.
15th Jul 2017, 7:35 PM
Amarie
+ 2
Not at all :) Tkinter is in the Python Standard library integrated, so you have just to import it. wxpython is in PyPI and you have to install the module first, but it's more popular like Tkinter and was used for famous apps like DropBox.
15th Jul 2017, 7:59 PM
Amarie
0
thanks for your answer! I talk general no for SL :)
15th Jul 2017, 7:46 PM
Stelios Power
Stelios Power - avatar