VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Kivy Course - Create Python Games and Mobile Apps

Kivy Course - Create Python Games and Mobile Apps

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
In this Kivy tutorial, you will learn to create games and applications with Python for every platform (Windows, Mac, iOS, Android). First you will learn how to use the Kivy library. You will create graphical user interfaces with buttons, labels, and images. You will learn how to implement many kinds of layouts to create interfaces that can adapt to every screen size from desktop to mobile. Then you will create a full game with Kivy and Python. The GALAXY project is a perspective game where you need to keep your spaceship on the track. -- Course developed by Jonathan Roux. https://www.youtube.com/channel/UCvRpzbxj9iKxFBLuh5qxfzw - Source code and resources files: https://codewithjonathan.net/resourceskivy - Try GALAXY on your mobile: http://onelink.to/6w47wy
Date: 2022-03-14

Comments and reviews: 10


Hi.
Thank you very much for this tutorial. It is awesome!
Your tutorial answered my main question -can I use Kivy for my project?-. And the answer is definitely yes!
I found out about Kivy by searching on how to create desktop.
And possibly one thing related to desktop was missing I the tutorial. That thing is -How to make money that application to become main window-.
As for now app is running inside window box. A box with caption and frame.
Would it be possible to make it so that game/app would take whole display space, by not being inside of frame? Which also means that app losses downsize, close,... icons and need to have own controls for that.

reply

If you faced a problem after installation Kivy and its modules, like -sdl2 - ImportError: DLL load failed while importing _window_sdl2- etc. just try to update all modules of Kivy to last version with help pycharm. In pycharm follows this way: settings -> project: 'your project name' -> Python Interpreter -> click plus sign and install all modules you need with set checkbox -Specify version- and chose last version
I spent about 2 days for find this solution, although I was trying every guide in vastness of google and nothing helped me except the updating

reply

Hi! Thanks for this class, it's very easy to follow even if it is the first approach to Kivy.
Anyway, I have a problem while trying to install your apps on Android.
The apps don't appear on the Play Store app, and if I open their store page on the browser it says these apps are not available for any of my devices (both for MrBeat and GalaxyPy).
If I download the apk from other sources and install it as with any other app, the installation fails.
I use Android 11 in a Samsung Galaxy A02s.
Any info on this is welcome.
Thanks!

reply

great video, i have two questions for you: is there any way that kv file act like python file and complete the code you want to type, so i can be pretty sure about lowercases and other stuff? and my second question is about a specific issue; how can spin a circular arranged of widgets around their center in kivy?
reply

hi, I really like this tutorial,its very powerful,
so, i get some troubles the .kv file, as you did i had put the MainWidget as main but is gives an error that says :-SyntaxError: invalid syntax- i need a help, please

reply

The seperate file is not getting created on visual studio code and the code isnt working. The file is saved as TheLab.kv.txt and the app is not working. Help me out here, how do I do this on windows/visual studio code
reply

I have some trouble about creating the first button -hello- in file The Lab.kv
This is below error that I have
if current_property[:3] == 'on_':-
TypeError: 'NoneType' object is not subscriptable

reply

At 4:44:50 I notice the white path went outside the game. It happened to me also, so I used -2 for the end_index for generate_tiles_coordinates which fixed it.
reply

Ok finished the tutorial now. Very good! But I do think you should have shown us how to make the app run on an android phone/apk, since its in the video title.
reply

hey hey hey mr dagen ru thank you so much for this tourtoirial its really working out for me am designing a mobile game and am going to start a gaming company
reply
Add a review, comment






Other channel videos