Did you know you can create mobile applications with #Python and @kivyframework?
You can! I wrote an article about the process @realpython
realpython.com
Let's look at a few examples from the article!
๐งต๐๐
You can! I wrote an article about the process @realpython
realpython.com
Let's look at a few examples from the article!
๐งต๐๐
This is a "Hello World" type example using the @kivyframework in #Python
It basically creates a window with a label on it:
It basically creates a window with a label on it:
When it comes to adding multiple widgets to your GUI in @kivyframework, you will want to use a Layout.
This allows you to use relative positioning and relative sizes to expand your widgets to fill the screen.
Here's an example:
This allows you to use relative positioning and relative sizes to expand your widgets to fill the screen.
Here's an example:
Thanks for taking this mini-tour of Kivy with me. Check out @kivyframework if you'd like to learn more about creating mobile applications in #Python
Loading suggestions...