Тёмный

Python/Kivy POS System Part 5: Routing(Part 2) 

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

Get the full kivy course at a discount here:
www.udemy.com/desktop-guis-wi...
Social:
Twitter: / @silverhash
Instagram: / silverhash_designs
Gmail: Tawanda.samuelson@gmail.com

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

 

15 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@liuyi8713
@liuyi8713 4 года назад
you are the king of kivy.
@sanwaleast-westsofts9913
@sanwaleast-westsofts9913 3 года назад
thanks so much...I started to learn only from your tutorials..now I think I'm one the best kivy designers in the world.
@willemfourie8721
@willemfourie8721 5 лет назад
Extraordinary tutorial! Learned a lot especially about how kivy fits with encryption and sql.
@hermanheunis4481
@hermanheunis4481 5 лет назад
Fantastic tutorial!
@hugobreno1816
@hugobreno1816 5 лет назад
very nice tutorial.
@aggreymem9240
@aggreymem9240 4 года назад
Please is this the last video for creation of the software or there is continuation to this very one too?
@ahmed_mansour5
@ahmed_mansour5 4 года назад
Thanks for this very helpful tutorial, really helped a lot in my project :D I have a question though, can the system be used on touch screen as it is, or should it be modified for that??
@samuelcourses7225
@samuelcourses7225 4 года назад
No mods needed..This will work on touch or click
@ngwustephen3035
@ngwustephen3035 4 года назад
Please, how do I use MySQL for the user validation in signin.py?
@sanwaleast-westsofts9913
@sanwaleast-westsofts9913 4 года назад
dear Samuel Courses, plz tell how to create installer of project build in kivy for windows
@bilalsaleem3967
@bilalsaleem3967 4 года назад
operator is just adding the bill not doing anything with it it dosent update stock ready the bill to print
@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.
@ngwustephen3035
@ngwustephen3035 3 года назад
Thanks Samuel,, please how do I deploy a python kivy desktop application locally with the database?
@sanwaleast-westsofts9913
@sanwaleast-westsofts9913 3 года назад
use pyupdater or pyinstaller for creatfing exe and than use innosetup for making installable
@wsumardji
@wsumardji 4 года назад
Thanks a lot Samuel for the very useful tutorial, i got little problem on Text Focus when logged to the Operator Window, where i would like to set auto focus on product_code_inp when logged into the operator window, would you like to find out how to solve my problem please. i have tried some solution from google but still not working yet.
@sanwaleast-westsofts9913
@sanwaleast-westsofts9913 3 года назад
explain it
@karlotevzadze2326
@karlotevzadze2326 3 года назад
user = users.find_one({'user_name':uname}) How to replace this code for MySQL?
@ngwustephen3035
@ngwustephen3035 4 года назад
Thank so far, but am experiencing some problems, am using mysql and I get this error "mysql.connector.errors.ProgrammingError: Not enough parameters for the SQL statement" while trying to update my products. Also my product analysis code works, but the app shows only two letters for each product list and shows more product list than the one I have in my database. please, I need help
@samuelcourses7225
@samuelcourses7225 4 года назад
The parameter error is because you are missing a field that is in your database.check if the number of fields you are submitting are the same as the database field. I dont understand the second question
@ngwustephen3035
@ngwustephen3035 4 года назад
how do i scroll down the products?
@samuelcourses7225
@samuelcourses7225 4 года назад
How many do you have..again, try to download the code from github and double check with yours
@teequetechnologies2336
@teequetechnologies2336 3 года назад
Sir please I'm having issue logging in. I keep getting invalid username and/ or password
@lateefsanusi4391
@lateefsanusi4391 2 года назад
i keep getting this issue aswell did you resolve it
@SadhuramNursery
@SadhuramNursery 4 года назад
Please add another video showing how to convert in APK
@sanwaleast-westsofts9913
@sanwaleast-westsofts9913 4 года назад
if you got any tutorial that showing how to convert in APK and EXE...... plz share with me
@sanwaleast-westsofts9913
@sanwaleast-westsofts9913 3 года назад
i got it...use buildozer to make apk file for android
@muhammadhuzaifa2817
@muhammadhuzaifa2817 3 года назад
Sir please make more videos in this series about journal ,ledger, trail balance, invoice all things of accounting system. Please it's a request
@crescentgroup2000
@crescentgroup2000 5 лет назад
Great Work @Samuel, I had followed you throughout this tutorial. However, I am currently having issue with compiling kivy application to android using the provide VM on Kivy website. The current issue I am facing now after almost two weeks of troubleshooting deafult Buildozerthat comes with Os are. 1. After successful apk compilation, when I install the app on any android phone, immediately it launch after the initial kivy logo, the app crash. 2. upon further investigation, using "kivy launcer" it equally crash on launch, but when I checked the error log, it is complaining of import module error (these are personal module following your pattern of design), I now have two version, one with former design pattern and another one without modules structure. I will appreciate if you can guide through on how to convert the kivy app to a working android app. All file are available on this All files are available here github.com/blueband/kivy_error 1. d.zip contain my compiled apk on buildozer, this crash upon launch on android phone Debugging with Kivy Launcer 2. pos_source_with_modules.zip (This copy follow your recommendation of creating folder for each segment), I got import module error (NoTe: I only make use of sqlite3 library, which was properly indicate in the kivy spe file requirements) 3. pos_without_module.zip this copy is refactoring the entire project such that all file reside in tghe same folder unlike the copy of pos_source_with_modules.zip, yet the import error was still encounter. NOTE: all copy work on my development windows machines.
@samuelcourses7225
@samuelcourses7225 5 лет назад
For the life of me, i can't get the kivy launcher to work these days, used to work though back in its inception.Try using older versions and make sure the kivy versions match both on the launcher and on the VM. Any reason why you didn't set up kivy for android yourself?
@crescentgroup2000
@crescentgroup2000 5 лет назад
@@samuelcourses7225 Thanks for your update as per my question. I am looking into Kivy Launcher versioning issues right now. however, what do you meant by "Any reason why you didn't set up kivy for android yourself?" can you explain this to me more, perharps it might solve my current issues. Thanks for you time
@crescentgroup2000
@crescentgroup2000 5 лет назад
@@samuelcourses7225 can you help me compile the source code to a working APK?
@sanwaleast-westsofts9913
@sanwaleast-westsofts9913 3 года назад
@@crescentgroup2000 contact with me
Далее
Python/Kivy POS System Part 5: Routing(Part 3)
10:35
Python/Kivy POS System Part 5:Routing(Part 1)
10:08
Просмотров 6 тыс.
Дьявол - ТРЕШ ОБЗОР на фильм
19:10
Фонтанчик с черным…
01:00
Просмотров 2,4 млн
Python/Kivy POS System Part 2: Login System( part 1)
6:10
Python/Kivy POS System Part 3:POS Screen(Part 11)
4:51
Python/Kivy POS System Part 2:Login System(Part 5)
12:08
Kivy - How to set up Screens with ScreenManager
19:06
Exploring the Kivy NavigationDrawer - samuel courses
15:12
Kivy Tutorial #7 - Touch Input/Mouse Input
7:01
Просмотров 127 тыс.
Python/Kivy POS System Part 2: Login System( part 2)
11:29
Дьявол - ТРЕШ ОБЗОР на фильм
19:10