Python Forum
Advice about best SDK for developing a python app. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: Advice about best SDK for developing a python app. (/thread-25026.html)



Advice about best SDK for developing a python app. - cristoozo - Mar-16-2020

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.


RE: Advice about best SDK for developing a python app. - Larz60+ - Mar-16-2020

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


RE: Advice about best SDK for developing a python app. - buran - Mar-16-2020

I would suggest looking into Kivy, given the purpose...

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