
Kivy Course - Create Python Games and Mobile Apps
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
Crazy
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
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
Deymos
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
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
Fede
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
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
pooria
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
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
YRWonderStudios
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
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
BrawlNonymous
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
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-n
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
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
Harpreet06
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
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
Harpreet06
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
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
Kigozi
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
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















