Speed Typing Test in Python

Speed Typing Test in Python

NeuralNine

2 года назад

29,772 Просмотров

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


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

Coding With Prashant
Coding With Prashant - 26.09.2023 14:36

Program not runn 😢😢😢

Ответить
S tefrarut
S tefrarut - 01.07.2023 22:12

How to add a new characters to tkinter like Tifinagh letters to be displayed correctly when I type them in input field of tkinter?

Ответить
S.S.S
S.S.S - 23.04.2023 18:02

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.

Ответить
S.S.S
S.S.S - 21.04.2023 11:57

Which software you are using while making this application?

Ответить
epicboi55
epicboi55 - 06.03.2023 03:27

I get the error:
_tkinter.TclError: cannot use geometry manager pack inside . which already has slaves managed by grid
why do I get this?

Ответить
Tobotti
Tobotti - 22.02.2023 01:07

FileNotFoundError: [Errno 2] No such file or directory: 'text.txt'

Ответить
Nischal Bhattarai
Nischal Bhattarai - 24.01.2023 18:25

bro can you give me the source code link or copy paste??

Ответить
Krishnamurthy S Jayanth
Krishnamurthy S Jayanth - 01.12.2022 06:06

Guys, can some one give explanation of the above implemented typing speed calculation?

Ответить
Krishnamurthy S Jayanth
Krishnamurthy S Jayanth - 30.11.2022 16:44

Awesome coding man. Keep it Up. Helped me to understand Tkinter well too.

Ответить
ewa ar
ewa ar - 01.11.2022 00:35

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

Ответить
Vishal Kadakia
Vishal Kadakia - 10.08.2022 20:03

if not self.running:
AttributeError: 'TypeSpeedGUI' object has no attribute 'running'
How do I fix this?

Ответить
akao
akao - 01.04.2022 20:52

self.frame = tk.Frame(self.frame)
AttributeError: 'TypeSpeedGUI' object has no attribute 'frame'

Ответить
Viachas
Viachas - 21.02.2022 03:30

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?

Ответить
itay aharøn
itay aharøn - 05.01.2022 21:12

did not quite understand whats self.running for

Ответить
Jianwei Cen
Jianwei Cen - 23.12.2021 11:12

Hello, How can I find this source code?

Ответить
MathonX
MathonX - 27.11.2021 00:18

Thanks i was hoping for sooo long that you will make this. THANKS ALOT!!!!

Ответить
Omar Hosam
Omar Hosam - 25.11.2021 21:49

Exactly what I need

Ответить
Navin
Navin - 24.11.2021 05:43

Hey buddy 🤔is bitcoin mining bot are safe ? Huh

Ответить
Lord Aceldama
Lord Aceldama - 23.11.2021 13:49

you get the extra space at the end because windows stupidly adds a \r 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\r\ny == [x, y]

Ответить
Ayman Cassim
Ayman Cassim - 23.11.2021 07:20

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

Ответить
ThePaulCraft
ThePaulCraft - 22.11.2021 22:24

I've build a typing speed test as a website a few days ago.

Ответить
Eren A.
Eren A. - 22.11.2021 21:39

Lol you literally stole the idea from Tech With Tim

Ответить
E .M
E .M - 22.11.2021 20:32

Epic!!

Ответить