CodeNewbie Community 🌱

Cover image for I created an App in Python Using Kivy.
Pro-Ansh
Pro-Ansh

Posted on

I created an App in Python Using Kivy.

After Scrolling through many Online developer forums and watching many tutorials I finally found out how to make a "Hello World" basic App in Python using Kivy.

This is how I made it:
https://youtu.be/v1rEVZXpVZA

Do share your feedback about the App in the discussion section.

Thank You
Stay Tuned

Latest comments (2)

Collapse
 
ju_st profile image
Bamidele Daniel

How did you creat it ?

Collapse
 
ezpieco profile image
Ezpie

Great job @proansh ! Python is fun but as you build things you should also learn. I found one small mistake in it. You should use a env instead of globally installing as this can effect your projects using deferent versions. This does not matters but it's still important to know. If you ever need help don't warry just jump in here and create an issue I will surly solve it.