Тёмный
Samuel Courses
Samuel Courses
Samuel Courses
Подписаться
How To Create Kivy App Backgrounds
9:46
4 года назад
Комментарии
@symphognoboa8224
@symphognoboa8224 10 дней назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ADfGpvObM4g.html
@MrELMOSAFER
@MrELMOSAFER 12 дней назад
thank you so much its very understandable explanation .. but why you stop before a years ? why no more videos ? we need more tutorials
@heinoplaatjies5334
@heinoplaatjies5334 12 дней назад
Hi, thanks for your videos, i know it has been some years since you visited this videos, but i have question. which is better, mongo, mysql, or sqlite, and how would you bundle it within the install package. These videos asre really informative. Why did you stop?
@keithmwanaz598
@keithmwanaz598 Месяц назад
Thanks mukuru
@florinbujoreanu1020
@florinbujoreanu1020 Месяц назад
Great !! Thank you!
@user-mb6ij5ox1x
@user-mb6ij5ox1x 2 месяца назад
from 1:00 i cannot understand what are you doing, could you help me please
@tettehmichael7389
@tettehmichael7389 3 месяца назад
Hi Samuel... can i please get your WhatsApp number so that we can chat there
@Corzal
@Corzal 4 месяца назад
I love his wallpaper
@atupelemalunda2083
@atupelemalunda2083 6 месяцев назад
which part of the code is the one that adds the items to the list????
@Codesman_House
@Codesman_House 7 месяцев назад
Hello, need your help here Import "_collections" could not be resolvedPylancereportMissingImports
@gerryhoekema2561
@gerryhoekema2561 9 месяцев назад
I think you forgot to give functionality to the 'x' on the sign in screen. I am enjoying the tutorial.
@2habibsofficial
@2habibsofficial 11 месяцев назад
bro iam getting his error AttributeError: 'super' object has no attribute '__getattr__'
@mohammedshakir6799
@mohammedshakir6799 Год назад
Hello from kurdistan , this video is great made me better thank you so much but I have a question please , how to convert the(text box of products code) to combo box I mean list of products
@agyemangdaniel6449
@agyemangdaniel6449 Год назад
I've been trying to restore the folder from your repository but I get nothing to restore any help
@julianlouwrens8991
@julianlouwrens8991 Год назад
Hi Samuel, I recently came accross this tutorial, do you perhaps have a business whatsapp number.
@pythonmini7054
@pythonmini7054 Год назад
can this kivy data table be printed as a pdf file?
@Istandforj
@Istandforj Год назад
hey @samuelcourses7225! I know it's been a few years since you uploaded this course. I'm really grateful that you did! Do you have any advice on installing Kivy on an M1 Mac with Ventura?
@stanleynyirongo2433
@stanleynyirongo2433 Год назад
best tutorial it has motivated me to choose kivy as favorite GUI libray
@danielalarcons1584
@danielalarcons1584 Год назад
Hi Samuel, I'm having this issue: File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pymongo/collection.py", line 3206, in __call__ raise TypeError( TypeError: 'Collection' object is not callable. If you meant to call the 'remove' method on a 'Collection' object it is failing because no such method exists. Do you know how to fix it? Many thanks in advance.
@simon5522
@simon5522 Год назад
Am having the same error
@CompoundBHF
@CompoundBHF Год назад
hi, my dropdown is not working
@muhammadtabishshaikh5781
@muhammadtabishshaikh5781 Год назад
Can you please tell how to launch this project in one go.. I downloaded this from Github but it doesn't seem to work.
@florinapluss8508
@florinapluss8508 Год назад
Woooooow!!!! Mr. Samuel this tutorial is so outstanding. Good job done! Thank you. But please can I get the analysis part? I would like the complete this project.
@johnnyaidoo
@johnnyaidoo Год назад
What did you use to create the design pls
@kelvink5810
@kelvink5810 Год назад
awesome man!
@dinushawww
@dinushawww Год назад
when i run the main.py, it shows the login screen half of canvas. if i run signin.py separately, it shows full in canvas. pleas e help to solve
@delaliapedu9357
@delaliapedu9357 2 года назад
hello wanted to know why you used the #FF000 to denote the colours when you could just use the actual names?
@user-oj6xz3su7x
@user-oj6xz3su7x 2 года назад
can i get the source code?
@heawon78
@heawon78 2 года назад
operator1.py from kivy.app import App from kivy.uix.boxlayout import BoxLayout class OperatorWindow(BoxLayout): def __init__(self, **kwargs): super().__init__(**kwargs) class Operator1App(App): def build(self): return OperatorWindow() if __name__=="__main__": oa = Operator1App() oa.run()
@nils3422
@nils3422 2 года назад
Hey Samuel, thank you For this nice Tutorial! I have one request, can you gibt me a Code for MySQL for the Code in line 29 where you look up the User Name in the database?
@F1p0
@F1p0 2 года назад
Hi Samuel, i found an issue in your video description. This is the MySQL Video (Part 14) the other video you described with "MySQL" is the MongoDB Video. Greetings
@joelz.castro759
@joelz.castro759 2 года назад
Thank you for this tutorial!
@leonelyedi1043
@leonelyedi1043 2 года назад
Could be awesome🎉🎉
@yel-hadd
@yel-hadd 2 года назад
it stops incrementing when quantity is above 10
@inquisituralpha2908
@inquisituralpha2908 2 года назад
Hello is there a way I could hide a widget in kivy
@tonihullzer1611
@tonihullzer1611 2 года назад
Is there any way to see this code in pure python code? That would be perfect thank you:)
@samailazirascale898
@samailazirascale898 2 года назад
Hi there. Am have trouble getting my error messages. and I followed step by step but the error or success message isnt displaying. dont know whats wrong. please help out
@majdmustafa2733
@majdmustafa2733 2 года назад
Gui is not opening when i copied your code when you did a smoke test
@pineapple63
@pineapple63 2 года назад
Try change operator.py filename to something else
@tasneemameen3460
@tasneemameen3460 2 года назад
I got an error when I added the encoding , I think it is from the database, I am using mysql The error was: Data too long for column 'passwd' at row 1,,,,,,,,,, How can I fix it?
@ndimensions9898
@ndimensions9898 2 года назад
Sir, I can't switch to my unicode handwriting keyboard( Malayalam) in text fields in my Android device in kivymd application. So I am stuck with my devlopment. Please help me ....
@salvatoregar5832
@salvatoregar5832 2 года назад
I have a problem with admin_widget, i get this error: AttributeError: 'super' object has no attribute '__getattr__'
@matheussilvaoliveira1555
@matheussilvaoliveira1555 2 года назад
Hello. The button Add User is not work. What is possible is going to happen?
@salvatoregar5832
@salvatoregar5832 2 года назад
I have the same problem, they look like they are deactivated.
@salvatoregar5832
@salvatoregar5832 2 года назад
I have found a solution! I have noted that "Screen" cover the buttons, so i put another boxlayout under it, and now it works. ScreenManager: id: scrn_mngr Screen: name: 'scrn_contents' BoxLayout: orientation:'vertical' id: scrn_content BoxLayout: orientation: 'vertical' spacing: 10
@adilmoiniceberg
@adilmoiniceberg 2 года назад
🍀
@adilmoiniceberg
@adilmoiniceberg 2 года назад
<3 best tutorial
@salvatoregar5832
@salvatoregar5832 2 года назад
Until 6 columns everythings is ok. If cols: 7 it shows me only the first column.
@emmaadu5148
@emmaadu5148 2 года назад
I am also facing the same problem. @Samuel Courses kindly help us solve this
@salvatoregar5832
@salvatoregar5832 2 года назад
@@emmaadu5148 I don't remember how I did it! but I think i added a Layout (mayby BoxLayout) and then it works perfectly. Try it and let me know.
@gordonkwok
@gordonkwok Год назад
I got the same problem too, how do u solve it?
@salgar266
@salgar266 Год назад
@@gordonkwok I put it inside another BoxLayout! It passed a lot of time i remember only this.
@vaishnavpavithran5368
@vaishnavpavithran5368 2 года назад
Hey can you explain how can we add dropdown in this file if we want to
@salvatoregar5832
@salvatoregar5832 2 года назад
i watched this video many times, i'm trying to study it, but i can't understand: if _prev > 0: prev_text = prev_text[:_prev] After this code, what value has the variable prev_text? I need to study better python! Thanks for your videos, they are so great!!!
@vaishnavpavithran5368
@vaishnavpavithran5368 2 года назад
Man you are a life saver! Keep up the good work. Here comes one more subscriber
@osmankullow2536
@osmankullow2536 2 года назад
Line 55 typerror: list indixes must be integers or slices, not float. How do I correct this please
@doungsocheapheaktra8929
@doungsocheapheaktra8929 2 года назад
I have an issue with (AttributeError: 'super' object has no attribute '__getattr__') How can I fix this sir?
@Matheusmunzi
@Matheusmunzi Год назад
I don't know if you do this program again, but ths problem occorrency, is because you called id non exist.
@merhaiakshay9625
@merhaiakshay9625 2 года назад
More design videos with kivy please