python Tkinter on smartphone - Stack Overflow

admin2025-04-22  1

I have an important project for my competition next month and I use python tkinter to make a app. Can I run this app on my smartphone? If I can't run what should I do ?

I have found in many web like : .php?errno=320&origin=download and / but i don't know. I want this app can run on smartphone because I don't have many time. I don't use Pydroid 3 - IDE for Python 3 for it not free

I have an important project for my competition next month and I use python tkinter to make a app. Can I run this app on my smartphone? If I can't run what should I do ?

I have found in many web like : https://www.mediafire.com/error.php?errno=320&origin=download and https://www.4shared.com/ but i don't know. I want this app can run on smartphone because I don't have many time. I don't use Pydroid 3 - IDE for Python 3 for it not free

Share Improve this question asked Jan 21 at 15:07 Lê Hoàng Khánh NgọcLê Hoàng Khánh Ngọc 32 bronze badges 9
  • No, use something like kivy instead – Ahmed AEK Commented Jan 21 at 15:13
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Bot Commented Jan 22 at 3:57
  • What app? How would anybody be able to tell you what will run on your smartphone, without any specifics? You've provided nothing but some links (which nobody should be clicking). There's no programming question here - just a vague statement about a competition. Please read How to Ask, and then provide a minimal reproducible example with all relevant details. – David Makogon Commented Jan 23 at 2:25
  • youtuber tell me what will run on my smartphone with some program like virtual computer but it not run – Lê Hoàng Khánh Ngọc Commented Feb 3 at 9:08
  • this is my code – Lê Hoàng Khánh Ngọc Commented Feb 3 at 9:08
 |  Show 4 more comments

1 Answer 1

Reset to default 0

Tkinter is designed for computer operating systems, and interacts with the computer to produce native widgets (which is why programs look different on different OS). Unfortunately for you, Tkinter cannot render on smartphones.

Your current best bet, if you wish to use Python and on a phone, is to build a web app using Flask or Django. Or if the learning curve is too steep for your timeframe, try using NiceGUI.

转载请注明原文地址:http://anycun.com/QandA/1745301917a90588.html