Тёмный

Scheduling tasks/functions/methods - Kivy Mobile and Desktop App Dev w/ Python 

sentdex
Подписаться 1,4 млн
Просмотров 33 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 88   
@polares8187
@polares8187 5 лет назад
I never managed to understand how kivy works. Thanks to your tutorial i might give it a try again.
@prakarshgupta
@prakarshgupta 5 лет назад
I can't stop watching your videos...kivy is really awesome...and yes that cup is amazing.
@ozrayan2842
@ozrayan2842 4 года назад
Hi. Your tutorials are really great. Thank you for creating tutorials on how to develop kivy app!!!!
@yarutsai4607
@yarutsai4607 5 лет назад
Because of you video, make me want to understand more about Kivy. Also, nice shark cup.
@raihanyudosaputra7858
@raihanyudosaputra7858 5 лет назад
Sir, this is awesome! I hope you create kivy intermediate or advanced tutorial in the future.
@r0ck3th76
@r0ck3th76 4 года назад
i love this series
@GoodnessReverts
@GoodnessReverts 4 года назад
Bro, plz tell me how to display console output of a method on a new screen in kivy. I am able to display text on screen as you told in previous video but if want to display results of my method that if have created as a python file(logic) which takes input from user and analyse it to give resluts. do i need to save a file of console output to show it or can i directly display results on screen? plz answer as soon as possible its been a many days i m stuck on it. Thanks!!
@bakertom3031
@bakertom3031 5 лет назад
Thanks for the vids, right now it's been setup for the local host 127.0.0.1 if I'm not mistaken, it is possible to use a dedicated IP and use it to chat with people?
@aniketsujay3900
@aniketsujay3900 5 лет назад
Awesome video! Keep em coming.
@KishoreKumar-uz8ir
@KishoreKumar-uz8ir 5 лет назад
Hey sentdex is there ways to add Sliders,Switch kinda buttons into Kivy Apps and will you be showing us how to run this app in an actual smartphone? I plan to make an app that uses MQTT protocol to communicate with a Raspberry pi LAN Broker and I need to know whether it is worth giving a shot with kivy for that.....
@yunho-cho
@yunho-cho 5 лет назад
Look around the kivy-example/demo/showcase for the slider buttons.
@rahh000
@rahh000 5 лет назад
Hi. When I attempt to run kivy_app.py, it runs socket client console except kivy window. Now socket client ask me to write username (but for what?). Socket server is running all the time
@andrewsabatini8046
@andrewsabatini8046 5 лет назад
You grabbed the wrong socket_client.py code (like I did). Copy the code from the previous ScreenManager tutorial and it won't prompt for the username: pythonprogramming.net/screen-manager-pages-screens-kivy-application-python-tutorial/
@rahh000
@rahh000 5 лет назад
@@andrewsabatini8046 Yep, I just copied the wrong version of socket_client.py as you said. Thanks! Now works properly :)
@MrXIndependent
@MrXIndependent 5 лет назад
@@andrewsabatini8046 This needs to be PINNED! please, I was following on RU-vid only and spent an hour trying to figure out what was supposed to be different about the socket_client.py code that I did from his RU-vid sockets/ChatApp series
@jybbx2589
@jybbx2589 Год назад
Hello sentdex, I've been learning kivy thru your vids, but I stumbled uppon some problem Clock.schedule_once() is not recognized in my VSC so do socket.client.connect() Why do this happend?
@yingshaoxoslab
@yingshaoxoslab 5 лет назад
Hi, sendex. For this tutorial, I think the most important part is how to compile it to Android App.
@yingshaoxoslab
@yingshaoxoslab 5 лет назад
Because I used to find it's extremely difficult.
@MrAjiii
@MrAjiii 5 лет назад
What's difficult?!
@MonkeyNeuronActivation
@MonkeyNeuronActivation 4 года назад
The url in the beginning of the video: pythonprogramming.net/screen-manager-pages-screens-kivy-application-python-tutorial/
@pascalpfeiffer9088
@pascalpfeiffer9088 5 лет назад
Great video. But where is the code for the sockets? I can just find the code for the kivy app.
@SosaiOyama
@SosaiOyama 5 лет назад
its in the text tutorial link in the description
@scottparkins1634
@scottparkins1634 4 года назад
​@@SosaiOyama Maybe I'm blind but I couldn't find it
@basirmahmood751
@basirmahmood751 4 года назад
Here is the link : pythonprogramming.net/screen-manager-pages-screens-kivy-application-python-tutorial/
@mrmrki2892
@mrmrki2892 4 года назад
I've got a problem with importing socket_client module. Tried pip installing everything related to sockets, but none work.
@abdulbasitrana2465
@abdulbasitrana2465 5 лет назад
Hey everyone! when i run the code without activating the server, the error message doesn't show. Instead it says not responding on the top bar of the application. Cant figure out what could be the possible reason maybe due to my basic knowledge on python. Please help me out. Thanks!
@evanv2352
@evanv2352 4 года назад
So I had the exact same problem but it turned out to be a simple typo on my part where I added braces at the end of the sys.exit function in the show error function. If you remove those you should be fine.
@smjdrums
@smjdrums 9 месяцев назад
Hey there. Is your site currently down? I'm unable to access it and I'm wondering how much of the pasted code has changed from the sockets tutorial ? Thanks
@chintachandan
@chintachandan 4 года назад
Hi, I am following this kivy series. But I am stuck at a point. After clicking on the submit submit button the screen is going to the info page and waiting for 1 second as scheduled and the kivy app is exiting. Please help me out, I am not able to debug what is happening. If I comment out the socket_client.connect() method which is in a if condition, the app is working as said in the video. EDIT: Now I am able to go to the connect screen but I am getting connection error as follows: ** socket.gaierror: [Errno 11001] getaddrinfo failed ** Please help me with this one.
@hamadaag5659
@hamadaag5659 4 года назад
jesus this is amazing!!, im buildin the next facebook!
@TheSHEKHAR98
@TheSHEKHAR98 5 лет назад
The socket_client.py is not working as shown here.(I used the one given on pythonprogramming.net ). can anyone help?
@sentdex
@sentdex 5 лет назад
What's not working? Getting an error? Hard to help without more info :D
@TheSHEKHAR98
@TheSHEKHAR98 5 лет назад
Actually when i am running the kivy code , instead of running the GUI its running the client script , telling me to enter a username and send messages (i tried it and i was able to send and receive messages)
@andrewsabatini8046
@andrewsabatini8046 5 лет назад
@@TheSHEKHAR98 Copy the code from the previous ScreenManager tutorial and it won't prompt for the username: pythonprogramming.net/screen-manager-pages-screens-kivy-application-python-tutorial/ The code is that bottom. If you're like me, you found the socket_client code in the socket tutorial section, and that one prompts for user input at the beginning. The above version does not
@mlai3017
@mlai3017 4 года назад
I use jupyter lab.. it is showing module not found error when I am trying to import socket_server file. Please Help.
@mohitnarwani778
@mohitnarwani778 2 года назад
actually i have a code in tkinter eactly same as urs in kivy with less feautres ....may i send code can u convert it in kivy
@apeirostudio2993
@apeirostudio2993 5 лет назад
Thanks a lot keep it up sir,
@bishalrana5834
@bishalrana5834 5 лет назад
This will take a bit of time...go to DEEVICE MANAGER...you see a long list of stuff...click on each item...it will open group of option folder with tabs...some of these will have a POWER MANAGEMENT TAB...open that tab and uncheck on "Allow computer to turn off..." And when u r finished then just re-start the lappy
@matthewgraham790
@matthewgraham790 5 лет назад
is the Clock.schedule_once method blocking or does it run in a newly spawned thread or process?
@MrAjiii
@MrAjiii 5 лет назад
Some of these comments are ridiculous! Learn kivy it's an awesome framework!
@filipbrkic5400
@filipbrkic5400 5 лет назад
Hey sentdex, After playing with kivy, do you think it's viable now?
@ishikaagrawal8033
@ishikaagrawal8033 4 года назад
Hii, I'm stuck here...! The socket_client.connect(ip, port...) in the function 'connect' doesn't work.. I get AttributeError: 'Module' has no attribute 'connect'. Can you pleaseeeeeeeeeeeeeeeeee share the updated client.py code? Oh and yes, I followed all your sockets tutorials.
@giovannalarcoconknokback3434
@giovannalarcoconknokback3434 5 лет назад
Will you ever do a Tensorflow 2.0 beginner tutorial?
@MichiGombocz
@MichiGombocz 5 лет назад
I'm pretty sure, all of us would love this!
@sentdex
@sentdex 5 лет назад
Sure, but tf 2.0 is not yet ready. Lots of little issues. Played with it about a week ago. Will share 2.0 tutorial soon as 2.0 is ready!
@giovannalarcoconknokback3434
@giovannalarcoconknokback3434 5 лет назад
@@sentdex Thank you!
@afonsorafael2728
@afonsorafael2728 5 лет назад
really cool! :)
@jortzrus14
@jortzrus14 4 года назад
where do i find the code to the new socket_client file, cant find it anywhere
@kristiansmith5298
@kristiansmith5298 5 лет назад
is there any way to make the UI actually look good, like, without massive text boxes and make them look like normal text boxes. if so, you should show this in you're tutorials.
@TheAcolossus
@TheAcolossus 5 лет назад
I think thats Kivy in general it looks bland.
@kristiansmith5298
@kristiansmith5298 5 лет назад
Scorpion yeah but the thing is im sure you could create nice looking guis in kivy its just hes not showing us how. Which is putting me off even trying kivy
@TheAcolossus
@TheAcolossus 5 лет назад
@@kristiansmith5298 i dont think he can go see kivy docs and apps made in kivy they are pretty lackluster
@matthewmondilla6752
@matthewmondilla6752 5 лет назад
@@kristiansmith5298 Lol don't listen to this troll, anyways, he already mentioned that there are plenty of ways of editing or creating layouts in Kivy. One is with his current method, which is basically, what he did, (lol), and another is by creating another .kv file and there you have to code the kivy language (which is kinda similar to css or html, but youll eventually get the hang of it.) and edit the layouts way more nicely.
@matthewmondilla6752
@matthewmondilla6752 5 лет назад
The latter method that I mentioned is probably the most efficient way of handling codes aesthetically since you get to separate the logical part and the design part of the program.
@ndelucien8194
@ndelucien8194 3 года назад
hello @sentdex thanks for your amazing videos, i'v been on your channel over 18 months now. i have a problem while converting the ip to integer. i keep getting the error ValueError: invalid literal for int() with base 10: '127.0.0.1' i tried converting the ip to interger using :- ip = struct.unpack("!I", socket.inet_aton(self.ip.text))[0] but i receive :- Connection error: str, bytes or bytearray expected, not int i then tried converting the received ip at the socket_client using :- IP = socket.inet_ntoa(struct.pack("!I", IP)) but i receive :- Connection error: an integer is required (got type str) at this point i'm stumped cuz, nothing i do seems to be working. any ideas on how to proceed?
@ndelucien8194
@ndelucien8194 3 года назад
Quick edit :- immediately, i posted this, i made some changes and realised that the error -: Connection error: an integer is required (got type str) was for the port so i had to convert the port to an integer before sending to the client_socket
@tjhannover3069
@tjhannover3069 5 лет назад
Can you do a video about how to use buildozer to create an Android apk? Because it doesn't work well Not eben with a docker Container...
@keithandrelashley
@keithandrelashley 5 лет назад
I followed the code and even copied and paste the app is working on the command line however the Kivy Gui does not appear anymore does anyone else have this issue.
@keithandrelashley
@keithandrelashley 5 лет назад
I got it to work by looking on stackoverflow.
@technicon2361
@technicon2361 4 года назад
Hi, where can i find the code for socket_server and socket_client? Thank you.
@ernramos1991
@ernramos1991 4 года назад
pythonprogramming.net/sockets-tutorial-python-3/
@fhefarFarNorth
@fhefarFarNorth 5 лет назад
Thank you, 谢谢~
@akarshitpatial2266
@akarshitpatial2266 5 лет назад
can you make video on how to make games or timer or other social apps in kivy
@cirogoyeneche9400
@cirogoyeneche9400 5 лет назад
It would be great if you can write the project in kvlang. But anyways!, thanks for making these videos.
@mp3311
@mp3311 4 года назад
Hello! Can you make a tutorial on how to create a login application with session in kivy?
@tankytitan1304
@tankytitan1304 3 года назад
you can go and watch tech - with - tim kivy tutorial to learn that
@spaceman1
@spaceman1 5 лет назад
first i like then i watch
@sentdex
@sentdex 5 лет назад
Tyvm kind sir :D
@yacine074
@yacine074 5 лет назад
Thanks any interface for deeplearning using kivy
@Thedbzfan619
@Thedbzfan619 5 лет назад
i keep getting WinError 10061 even though i have made the same code, please help me rectify it
@mlai3017
@mlai3017 4 года назад
It is because you have not turned on the server i.e. first run the server file.
@carmodynicolas9458
@carmodynicolas9458 5 лет назад
mucho gracias. un màs
@veritesomwa4319
@veritesomwa4319 5 лет назад
Really there is a big change in the client code. Try upload it update
@tse-yuyang808
@tse-yuyang808 5 лет назад
nice cup :p
@TheAcolossus
@TheAcolossus 5 лет назад
Thanks for sharing but i feel Kivy is ok for school projects not real world applications.
@MrAjiii
@MrAjiii 5 лет назад
LOL - try checking out their discord page and some of the projects that people have done! Don't ASSume something you don't understand
@TheAcolossus
@TheAcolossus 5 лет назад
@@MrAjiii hey bruh i didnt ASSume i saw what people had done they have a git repo of it and its not very enterprisey
@MrAjiii
@MrAjiii 5 лет назад
@@TheAcolossus Ona level kivy is growing like crazy - I've seen numerous pos, ticket systems (with qr scans etc), heartbeat sensor displays and so much more. Jump on the discord and you'll see. Most repos you see are shells the customization is you!
@TheAcolossus
@TheAcolossus 5 лет назад
@@MrAjiii oh ok thanks for sharing ill def look into their discord now!
@emreterzioglu2780
@emreterzioglu2780 5 лет назад
Show how to use pygame and kivy to make a multi-platform game.
@basspalace2920
@basspalace2920 5 лет назад
JakePaulSucks 100 use unity
@emreterzioglu2780
@emreterzioglu2780 5 лет назад
@@basspalace2920 No thank you.
@emreterzioglu2780
@emreterzioglu2780 5 лет назад
I would like to use it, but I feel like using Python to show that everyone CAN make a multi-platform game with just python and two custom modules.
@AnishTechTutorials
@AnishTechTutorials 4 года назад
Hey explain stuff a bit more
@Eric-ki4ke
@Eric-ki4ke 4 года назад
Hey guys, I keep getting the below error when trying to run main; Connection error: [Errno 11001] getaddrinfo failed What does this mean? I'm using Pycharm to create the app (just FYI).
Далее
Why Didn't Motion Capture Replace Animation?
13:07
Просмотров 53 тыс.
I built my own 16-Bit CPU in Excel
15:45
Просмотров 1,5 млн
This Is Why Python Data Classes Are Awesome
22:19
Просмотров 811 тыс.
The Secret Science of Perfect Spacing
9:40
Просмотров 449 тыс.
Kivy Basics in 60 MINUTES
59:02
Просмотров 130 тыс.