Python entry box ⌨️

  Рет қаралды 26,295

Bro Code

Bro Code

Күн бұрын

Пікірлер
@BroCodez
@BroCodez 4 жыл бұрын
def display(): if(x.get()): print("I like Python") else: print("I don't like Python") window = Tk() x = IntVar() python_photo = PhotoImage(file="Python.png") checkbox = Checkbutton(window, text='Python', variable=x, onvalue=True, offvalue=False, command=display, font=('Arial',20), fg='#00FF00', bg='#000000', activeforeground='#0000FF', activebackground='#000000', padx=25, pady=10, width=200, height=50, anchor='w', image=python_photo, compound='left') checkbox.pack() window.mainloop()
@kosolomon123
@kosolomon123 3 жыл бұрын
is this from the checkbox video?
@Gokeniz7
@Gokeniz7 8 ай бұрын
# for those who's finding the real code # 70 entry box from tkinter import * def submit(): username = entry.get() print("Hello "+username) def delete(): entry.delete(0,END) def backspace(): entry.delete(len(entry.get())-1, END) window = Tk() entry = Entry(window, font=("Arial",50), fg="#00FF00", bg="black") #entry.insert(0,'Spongebob') #entry.config(show="*") #entry.config(state=DISABLED) entry.pack(side=LEFT) submit_button = Button(window,text="submit",command=submit) submit_button.pack(side=RIGHT) delete_button = Button(window,text="delete",command=delete) delete_button.pack(side=RIGHT) backspace_button = Button(window,text="backspace",command=backspace) backspace_button.pack(side=RIGHT) window.mainloop() # here :)
@CARIOCAJJ36
@CARIOCAJJ36 13 күн бұрын
Excelente aula professor
@PUR3lCHA0S
@PUR3lCHA0S 2 жыл бұрын
# 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)
@lw9954
@lw9954 2 жыл бұрын
Sorry for not watching videos yesterday bro. Continuing the grind today.
@liudmilarodzina8084
@liudmilarodzina8084 2 жыл бұрын
"Hello ergergergergergerg" 🤣 Bro, thank you for the great beginning of my day
@plastic-_-bag1826
@plastic-_-bag1826 2 жыл бұрын
very nice videos keep doing them bro
@uuhju7004
@uuhju7004 3 жыл бұрын
good video
@kristijanlazarev
@kristijanlazarev 10 ай бұрын
cooool
@truquichan
@truquichan Жыл бұрын
Great!
@jhassee
@jhassee 2 жыл бұрын
groovy
@Amir_Plays_non_stop
@Amir_Plays_non_stop 3 жыл бұрын
Hahahahahahahaha the 3:23 🤣🤣🤣🤣🤣🤣
@rubenc4696
@rubenc4696 7 ай бұрын
Thanks
@arkamukhopadhyay2177
@arkamukhopadhyay2177 3 жыл бұрын
does .delete() take negative indexes like -1? if it takes, does .delete(-2,-1) have the same effect of the backspace?
@onlyLewds
@onlyLewds 2 жыл бұрын
wondering this as well! if anyone has a answer please do share
@EissaAlahdul
@EissaAlahdul 2 жыл бұрын
شكرا
@michael3k80
@michael3k80 2 жыл бұрын
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...
@VenkiTotad
@VenkiTotad 2 жыл бұрын
3:24 😂yes
@creator6714
@creator6714 10 ай бұрын
This is *****! oops, left 'show="*"' on This is great! Thank you!
@philtoa334
@philtoa334 3 жыл бұрын
3:23 😂
@captain_ali_01
@captain_ali_01 2 жыл бұрын
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.
@beingzero7541
@beingzero7541 2 жыл бұрын
Wow!
@vdafs1
@vdafs1 4 жыл бұрын
Hi dude, how I can change the color to a disabled entry box?
@BroCodez
@BroCodez 4 жыл бұрын
disabledbackground="grey"
@vdafs1
@vdafs1 4 жыл бұрын
Bro Code thanks bro ur number1
@SuperStarEevee
@SuperStarEevee 2 жыл бұрын
Thank you!
@arshamcfr3236
@arshamcfr3236 2 жыл бұрын
amazing video but the code you commented is for the next video not this one
@omairtech6711
@omairtech6711 Жыл бұрын
My font never changes. I specified it to Arial.
@alphad9474
@alphad9474 2 жыл бұрын
loved it!
@anonymoushelp9740
@anonymoushelp9740 7 ай бұрын
how to get int or float input from user?
@Adamelamine
@Adamelamine 2 жыл бұрын
drop a comment down delow
@piotrkopcewicz5227
@piotrkopcewicz5227 2 жыл бұрын
perfecto !!!
@thrasherbassboy
@thrasherbassboy 3 жыл бұрын
thank you ergergegrgeregr, you're ergsome!
@MrEicke01
@MrEicke01 2 жыл бұрын
Video 69/100 nice
@scpf2360
@scpf2360 2 жыл бұрын
Window = Tk() does Not Work
@laopichthyrith9
@laopichthyrith9 2 жыл бұрын
What python version did you use
@scpf2360
@scpf2360 Жыл бұрын
@@laopichthyrith9 Sorry I'm Just Dumb I Figured It Out. It Wasn't Working Because I Did Not Install Tkinter😂
Python buttons 🛎️
7:03
Bro Code
Рет қаралды 55 М.
Learn Python tkinter GUI checkboxes easy ✔️
9:36
Bro Code
Рет қаралды 21 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Learn Python tkinter GUI grid layouts easy 🏢
9:43
Bro Code
Рет қаралды 21 М.
Learn Python tkinter labels easy 🏷️
10:28
Bro Code
Рет қаралды 45 М.
Learn Python tkinter GUI drag & drop easy 👈
8:00
Bro Code
Рет қаралды 61 М.
Python tkinter setup a basic GUI 🐍
8:07
Bro Code
Рет қаралды 99 М.
Learn Python tkinter GUI messageboxes easy 💭
13:19
Bro Code
Рет қаралды 19 М.
Learn Python tkinter GUI scales easy 🌡️
10:20
Bro Code
Рет қаралды 15 М.
Learn Python multiple animations 🎞️
12:16
Bro Code
Рет қаралды 39 М.
Python Password Generator Project (EASY)🐍
6:46
Yousef Computer Science
Рет қаралды 413
Python GUI save a file (filedialog) 💾
10:26
Bro Code
Рет қаралды 44 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН