Python entry box  ⌨️

Python entry box ⌨️

Bro Code

3 года назад

25,553 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@truquichan
@truquichan - 25.09.2023 10:32

Great!

Ответить
@omairtech6711
@omairtech6711 - 01.06.2023 15:56

My font never changes. I specified it to Arial.

Ответить
@piotrkopcewicz5227
@piotrkopcewicz5227 - 10.12.2022 19:10

perfecto !!!

Ответить
@jhassee
@jhassee - 10.11.2022 04:27

groovy

Ответить
@plastic-_-bag1826
@plastic-_-bag1826 - 24.10.2022 20:52

very nice videos keep doing them bro

Ответить
@PUR3lCHA0S
@PUR3lCHA0S - 18.10.2022 00:47

# For people trying to get this to work in the future use ."get" to get the contents of entry and the len() function to find the length of the string
def delete():
str_length = len(entry.get())
entry.delete(0, str_length)

# backspace is pretty much the same
def backspace():
str_length = len(entry.get())
entry.delete(str_length-1)

Ответить
@EissaAlahdul
@EissaAlahdul - 04.09.2022 11:03

شكرا

Ответить
@lw9954
@lw9954 - 03.09.2022 10:01

Sorry for not watching videos yesterday bro. Continuing the grind today.

Ответить
@arshamcfr3236
@arshamcfr3236 - 24.08.2022 13:13

amazing video
but the code you commented is for the next video not this one

Ответить
@FalloutEevee
@FalloutEevee - 16.08.2022 23:56

Thank you!

Ответить
@scpf2360
@scpf2360 - 09.08.2022 05:40

Window = Tk() does Not Work

Ответить
@michael3k80
@michael3k80 - 04.08.2022 14:47

great staff. Was wondering if function delete and others can be made to be more universal so any entry connected to it would work properly...

Ответить
@NuggetNinjas967
@NuggetNinjas967 - 25.06.2022 14:19

drop a comment down delow

Ответить
@captain_ali_01
@captain_ali_01 - 16.06.2022 21:08

I created multiple entry boxes but the backspace and delete keys affect all the boxes simultaneously.. How do I prevent? I want only the active box to be affected. Help.

Ответить
@MrEicke01
@MrEicke01 - 11.06.2022 17:27

Video 69/100
nice

Ответить
@liudmilarodzina8084
@liudmilarodzina8084 - 25.03.2022 11:55

"Hello ergergergergergerg" 🤣
Bro, thank you for the great beginning of my day

Ответить
@alphad9474
@alphad9474 - 22.02.2022 09:49

loved it!

Ответить
@beingzero7541
@beingzero7541 - 07.02.2022 10:53

Wow!

Ответить
@thrasherbassboy
@thrasherbassboy - 07.01.2022 18:16

thank you ergergegrgeregr, you're ergsome!

Ответить
@uuhju7004
@uuhju7004 - 04.08.2021 23:11

good video

Ответить
@arkamukhopadhyay2177
@arkamukhopadhyay2177 - 02.05.2021 13:04

does .delete() take negative indexes like -1? if it takes, does .delete(-2,-1) have the same effect of the backspace?

Ответить
@vdafs1
@vdafs1 - 10.10.2020 08:55

Hi dude, how I can change the color to a disabled entry box?

Ответить