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.