Тёмный
No video :(

Python/Kivy POS System Part 2: Login System( part 2) 

Samuel Courses
Подписаться 4 тыс.
Просмотров 28 тыс.
50% 1

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

 

24 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@gamestv4875
@gamestv4875 4 года назад
Underrated tutorial. Very well explained and one of the best I found so far on You-Tube.
@janstepanek7649
@janstepanek7649 4 года назад
Gonna agree with you, such in depth tutorial and well explained is rare to see. Thanks alot
@abdussalamameen8064
@abdussalamameen8064 3 года назад
Took me forever to find a POS tutorial...….Best one so far!!!!!
@stanleynyirongo2433
@stanleynyirongo2433 Год назад
best tutorial it has motivated me to choose kivy as favorite GUI libray
@geetcyberlab5108
@geetcyberlab5108 3 года назад
We the team geetechlab greatly thanks you, our python kivy tutorial learning savior... Keep up the great work!!!...
@himanshubarnwal1527
@himanshubarnwal1527 4 года назад
Your way of teaching is amazing. Nice work buddy
@claudiolopes9413
@claudiolopes9413 4 года назад
Não entendo como vídeos tão excelentes tenham tão poucas visualizações.
@amazingproductsoftheintern3516
great work
@samuelcourses7225
@samuelcourses7225 5 лет назад
Thanks, glad you are enjoying yourself
@restphilanthropy
@restphilanthropy 3 года назад
Great work over here
@mohamedsadik84
@mohamedsadik84 5 лет назад
Good job man
@samuelcourses7225
@samuelcourses7225 5 лет назад
Thank you Mo
@georgelyimo1632
@georgelyimo1632 5 лет назад
Am getting a problem with mine I'm using pycharm and when i try running it. It's display comes differently the BoxLayout are all displaying on the bottom of the viewing window.... Im using kivy --version (1.11.1)
@samuelcourses7225
@samuelcourses7225 5 лет назад
Which boxlayout exactly?As a general solution put this in that boxlayout: center: root.center pos_hint: {'top': 0}
@pablodiaz1811
@pablodiaz1811 4 года назад
@@samuelcourses7225 Thanks
@komalpreetkaur3295
@komalpreetkaur3295 3 года назад
Error show Bowlayout is not defined How to fix it? Please reply 🙏
@daiwikdhar6464
@daiwikdhar6464 3 года назад
Thank you soo much! This helped a lot! :)
@mdrumi629
@mdrumi629 4 года назад
Sir, would you tell me that which extension do you use in vs code that auto-correct/predict for .kv file?
@ivantrujillo6444
@ivantrujillo6444 4 года назад
me sale este error: AttributeError: 'BoxLayout' object has no attribute '__self__'
@pablodiaz1811
@pablodiaz1811 4 года назад
Perfect!
@joeythedog1685
@joeythedog1685 3 года назад
the sorce code website says disable adblocker and i dont have adblocker!!!!
@mikefromru2341
@mikefromru2341 5 лет назад
Grreat, thank you so very much!
@ivannuzhyn4668
@ivannuzhyn4668 4 года назад
Thanks a lot
@nepalikaraokelover4825
@nepalikaraokelover4825 4 года назад
Thx for tutorial bro
@komalpreetkaur3295
@komalpreetkaur3295 3 года назад
When i run it, error show , invalid indentation must be a multiple of 4 spaces. How to fix it?
@manavmuthreja1898
@manavmuthreja1898 3 года назад
add one more or two more spacebars in between(spaces). like this see(this as a space of 8 and multiple of 4)
@eddiebello9547
@eddiebello9547 5 лет назад
The is perfect
@iwanghirawan
@iwanghirawan 4 года назад
nice..thanks brooooooww
@ahmetboy459
@ahmetboy459 4 года назад
I wonder why it doesn't work using screenmanager
@samuelcourses7225
@samuelcourses7225 4 года назад
Curious.. What do u mean
@ahmetboy459
@ahmetboy459 4 года назад
​@@samuelcourses7225 I used screenmanager for page transitions but it didn't work. Only one button appeared
@ahmetboy459
@ahmetboy459 4 года назад
I'm writing from the translation, sorry
@paulburkart3575
@paulburkart3575 4 года назад
Since PEP8 uses the CapWords convention for class names, technically SigninApp should be SignInApp. Personally, I don't like the look of either, so I went with LoginApp and LoginWindow for my classes. This just looks a lot better in my opinion. If anyone watching this video is serious about programming, it may be worth your while to look into PEP8. www.python.org/dev/peps/pep-0008/
@ashrafulfuad2967
@ashrafulfuad2967 5 лет назад
Would this project run on android
@gamestv4875
@gamestv4875 4 года назад
yes.Kivy is used to create android applications. It is cross platform.
@fv4202x
@fv4202x 5 лет назад
it shows blank screen. :(
@samuelcourses7225
@samuelcourses7225 5 лет назад
Show me your logs
@fv4202x
@fv4202x 5 лет назад
@@samuelcourses7225 i fixed with your videos . thanks
@yamatouchiha1245
@yamatouchiha1245 5 лет назад
when i run it, i only get a blank screen
@samuelcourses7225
@samuelcourses7225 5 лет назад
download the source on github and run that
@jeetfaldu366
@jeetfaldu366 5 лет назад
from kivy.lang import Builder Builder.load_file("signin.kv") will solve problem....
@teequetechnologies2336
@teequetechnologies2336 3 года назад
I experienced the same thing too.
@bonifacesimpoli5271
@bonifacesimpoli5271 Год назад
@@samuelcourses7225 hello Samuel i found the same problem and i still fail to resolve it using your reply on to download the source on github
@bonifacesimpoli5271
@bonifacesimpoli5271 Год назад
@@jeetfaldu366 how jeet, some of us we are very beginner can you explain more
@etlawer
@etlawer 4 года назад
I receive an error message after running the program "Invalid data after declaration". How do I fix it please I am working in windows
@samuelcourses7225
@samuelcourses7225 4 года назад
Send your code