Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
Using tkinter to build something like Pythonista and Editorial?
-
Do you think I could use tkinter to build something like Pythonista? If so, what libraries would you recommend? Just watched a video on customtkinter which looks better.
-
@TutorialDoctor Nope.
-
@ccc brusque but true.
@TutorialDoctor to be a little more descriptive: if you are going to write an app like Pythonista, learn Swift and write it as a fully native project. Tkinter is unlikely to ever work on an iPad without enormous effort (it's also an outdated and poor choice of toolkit), and while there are modern cross-platform libraries you could work with (Flutter/Dart from Google, for example), you will surely hit limitations.