Typing Speed Test using Python | GUI Application | Python Project

Поделиться
HTML-код
  • Опубликовано: 25 сен 2024
  • Typing Speed Test using Python | GUI Application | Python Project
    Hey there!
    Today we'll be implementing a short and sweet project in Python i.e. Test Your Typing Speed Application in Python!
    Just a little bit of logic and GUI implementation is all you need to do!
    Just follow along and code along!
    Hope you'll like it!
    Link for the words list:
    drive.google.c...
    Link to Python projects:
    • Python: Quizzes, Exerc...
    Link to the entire Python playlist-
    • Python
    You can reach me through:
    Instagram: / our.code.haven
    Facebook: / code.haven.10
    typing speed app in python
    typing speed game in python
    typing speed test in python
    typing speed in python
    test your typing speed in python
    typing speed
    python game
    tkinter game
    python projects
    python gui project
    python tkinter
    python tkinter project
    python tkinter game

Комментарии • 18

  • @szyszak9424
    @szyszak9424 2 года назад

    How long did iit take you to think and create such app? I am asking because i am trying to make some projects to my portfolio and it seems very hard at least this app. Didn't know how to tackle this.

  • @kehindeagboola5998
    @kehindeagboola5998 3 года назад +1

    Hey CodeHaven,
    How can we get the softcopy of this code

    • @CodeHaven
      @CodeHaven  3 года назад

      You could ping me on any of my social media handles.

  • @chideraokafor4087
    @chideraokafor4087 2 года назад

    Hi! I have a quick question. I went through the coding exercise and the first window is running. Every time i hit Go it just brings up a white page
    This is the typing speed test problem
    I really hope you see this

    • @CodeHaven
      @CodeHaven  2 года назад

      Hey
      Could you please contact me via Instagram. Shall help you out with the code there

  • @danyalbasar
    @danyalbasar 3 года назад +1

    Ma'am can I have the source code? I have already pinged you on your social media.

  • @kingshukdebnath9286
    @kingshukdebnath9286 3 года назад

    Hey , Idk why but I'm getting an error saying ** line 14, in
    hs_file = open("highscore.txt , +r")
    FileNotFoundError: [Errno 2] No such file or directory: 'highscore.txt , +r' ** , any idea where I'm going wrong?

    • @CodeHaven
      @CodeHaven  3 года назад +1

      I'm assuming you're working on VSCode?

    • @CodeHaven
      @CodeHaven  3 года назад +1

      In case you are, try following this:
      - Click on the bottom left settings symbol.
      - From the dropdown, select settings
      - Type in the search bar : "Execute in file dir"
      - You'll get a checkbox with the above statement. Enable it.
      When the changes are saved, try running it again.
      Should fix the issue!

    • @kingshukdebnath4896
      @kingshukdebnath4896 3 года назад

      Yes it did work. Thank you so much!! 👍

    • @CodeHaven
      @CodeHaven  3 года назад +1

      Great

  • @statusfreak
    @statusfreak 2 года назад

    I got TCl error at starting root = Tk() can u solve my problem

    • @CodeHaven
      @CodeHaven  2 года назад

      Please contact me via Instagram, will try to solve it there.

    • @statusfreak
      @statusfreak 2 года назад

      @@CodeHaven i tried this in colab so error Raised I think.....
      .
      . Can u say does colab supports tkinters!!!???

    • @CodeHaven
      @CodeHaven  2 года назад

      Ahh, that's going to tough. I guess Colab doesn't support interactive screens.
      So probably Colab doesn't support tkinters!

    • @statusfreak
      @statusfreak 2 года назад

      @@CodeHaven Thanks bro

  • @Tobitoye
    @Tobitoye 2 года назад

    File "/Users/tobilobaolutoye/Desktop/typing/typing.py", line 103, in
    hs = int(fast_score.readline())
    ValueError: invalid literal for int() with base 10: ''
    This error has been showing

    • @CodeHaven
      @CodeHaven  2 года назад

      Hey could you please contact me via Instagram?
      I'll be able to help you there