I would have been helped with a quick "what is Tkinter?" and by seeing the program run incrementally to visualize what each part of the code is doing. BUT! Still, very awesome and helpful video this was super helpful for my project!
you get the extra space at the end because windows stupidly adds a to the EOL. you can fix this more cleanly by using rstrip(). this will also fix an issue you didn't see where split() adds an extra word at the end because of the extra whitespace character at the end. there's also something worth noting about split(): a empty split() separates on whitespace runs, so s\sy == x\s\s\t y == [x, y]
Right now if you put one wrong character it doesn’t get red - only after adding second character. Consider binding input_entry to KeyRelease, not KeyPress, to fix it. Then you dont have to do this „-1” trick in if block for turning whole text green
While building this application, when I run it doesn't run properly . The problem is it does not highlight the wrong red and the right one green and it is not counting any of words or characters per seconds or minute.
Heyy i dont know if its a good place to say this but I got ban from the server cause my account got hacked and it sent so much spam messages and links, please can I someone do something for me
I would have been helped with a quick "what is Tkinter?" and by seeing the program run incrementally to visualize what each part of the code is doing. BUT! Still, very awesome and helpful video this was super helpful for my project!
you get the extra space at the end because windows stupidly adds a
to the EOL. you can fix this more cleanly by using rstrip(). this will also fix an issue you didn't see where split() adds an extra word at the end because of the extra whitespace character at the end. there's also something worth noting about split(): a empty split() separates on whitespace runs, so s\sy == x\s\s\t
y == [x, y]
that was helpful thanks
Right now if you put one wrong character it doesn’t get red - only after adding second character. Consider binding input_entry to KeyRelease, not KeyPress, to fix it. Then you dont have to do this „-1” trick in if block for turning whole text green
Awesome coding man. Keep it Up. Helped me to understand Tkinter well too.
I've build a typing speed test as a website a few days ago.
Send me name
@@leeroy14r60 this Website isn't online
@@thepaulcraft957 You are a failure
While building this application, when I run it doesn't run properly . The problem is it does not highlight the wrong red and the right one green and it is not counting any of words or characters per seconds or minute.
Thanks i was hoping for sooo long that you will make this. THANKS ALOT!!!!
Great tutorial! It helped me with my Python project!
share to me the whole code he wrote in his video
How to add a new characters to tkinter like Tifinagh letters to be displayed correctly when I type them in input field of tkinter?
if not self.running:
AttributeError: 'TypeSpeedGUI' object has no attribute 'running'
How do I fix this?
Heyy i dont know if its a good place to say this but I got ban from the server cause my account got hacked and it sent so much spam messages and links, please can I someone do something for me
4:45 lol readlines was the same thing but more efficient why did you have to change it?
Exactly what I need
bro can you give me the source code link or copy paste??
I get the error:
_tkinter.TclError: cannot use geometry manager pack inside . which already has slaves managed by grid
why do I get this?
You cannot use the grid and pack at the same root. Mean you need to create a frame. For this exercise, he created a frame for all labels.
Hi! If press reset before the end of input, "WPS=10, WPM=600".
If press 1 more time, then everything is reset to zero.
How to fix it? Why it happens?
inside reset function try to empty the texts string by writing:
self.texts = ' '
Hello, How can I find this source code?
write it
@@ZennSnipes savage :D
did not quite understand whats self.running for
Program not runn 😢😢😢
self.frame = tk.Frame(self.frame)
AttributeError: 'TypeSpeedGUI' object has no attribute 'frame'
You have to put root in for the second self.frame, so it would be self.root
It is showing error in
if not self.running:
FileNotFoundError: [Errno 2] No such file or directory: 'text.txt'
the text and the program have to be in 1 same folder
Which software you are using while making this application?
pycharm
Guys, can some one give explanation of the above implemented typing speed calculation?
Epic!!
Hey buddy 🤔is bitcoin mining bot are safe ? Huh
Lol you literally stole the idea from Tech With Tim
idea owns by tech with tim 😐
Our idea