Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use Tkinter to create an app for Android or iOS? [closed]

I am trying to create an app and tkinter is really helpful, just want to confirm if Tkinter will successfully lead me to an app for IOS or Android.

like image 780
khushi Avatar asked Oct 26 '25 10:10

khushi


1 Answers

Unfortunately Tkinter won't work for creating mobile apps as it is meant to be used on desktop only. However check out Swift with Xcode that has a really good user interface for building app interfaces where you can drag and drop different items you want onto the screen - you will need a Mac for that.

Alternatively Android Studio is continually being updated which has a similar interface for creating app screens - available for Windows and Mac.

There are loads of tutorials for starting of on Xcode or Android Studio which should help you get started.

like image 182
blackers Avatar answered Oct 28 '25 22:10

blackers



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!