Python Forum

Full Version: Advice about best SDK for developing a python app.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I have been using C# and Unity for several years but have recently decided I want to create an interactive Visual Novel game with Python, for Android (and maybe Mac OS at a later date).

I wonder which SDK would be best for me to develop the game in and am seeking some advice.

It would be a Visual Novel game, more or less. But I don't want to use anything like Visual Novel Maker.

I mainly need buttons that lead to new pages with buttons on them and some animation graphics on the pages and music.

Audio, animation, and buttons.

Any advice would be great because there seems to be a very large number of SDKs and IDEs out there (pygame, kivy, Tkinter, Pandas, django... and more... Huh ) and it would hopefully send me in the right direction hearing from people who know more.
Thanks for your time.
called packages in python, look at pygame: https://www.pygame.org/news
you can install it with pip install pygame
There's a bunch of tutorials on this forum see: https://python-forum.io/Forum-Game-Tutorials
recommend those by metulburr
I would suggest looking into Kivy, given the purpose...

another option is to make webview mobile app and use some of the webframeworks.