How To Code A Countdown Timer In Python With Tkinter | Tutorial For Beginners | Visual Studio 2022

Поділитися
Вставка
  • Опубліковано 2 сер 2024
  • Hey guys!
    In today's video, we go over the process of creating a Python countdown timer. We import the Tkinter library for creating an interface and go through the entire process of constructing this timer. Countdown timers are one of the easiest and nice ways to practice your coding skills and just see your project come to life. Enjoy!
    This project is available on GitHub at
    --------------------------------------------------------------------------------------
    github.com/ShaunHalverson/Pyt...
    Add Me On Discord!
    --------------------------------------------------------------------------------------
    Username: Shaun(Hashtag)5626
    Software Engineering / Programming for beginners / variables types / computer science /compsci / coding for beginners / learn how to program / learn how to code / python variables / python for beginners / coding tutorial / programming tutorial
    Thanks for watching! :)
    Want to see more? Click on this spicy link :D
    / @shaunhalverson
    Assets in the thumbnail were provided by artists on
    www.canva.com
    All art and copyright ownership belongs to the artists on Canva and is under the protection of the Canva pro membership.
    #programming #tutorial #learntocode

КОМЕНТАРІ • 19

  • @mohammedkamil3613
    @mohammedkamil3613 2 роки тому +3

    Great Tutorial

  • @Yukionnaarchive
    @Yukionnaarchive 6 місяців тому

    thank you almost done with this project was so much fun building

  • @carlosmunoz5178
    @carlosmunoz5178 2 роки тому +2

    Awesome video helped a lot 💪

  • @JouseSmile
    @JouseSmile Рік тому

    thanks for the video bro!!

  • @CSERsaikrishna
    @CSERsaikrishna 2 роки тому +4

    can you tell me how to add pause and reset button in same code

  • @funnyclips2696
    @funnyclips2696 Рік тому +1

    Awesome! But can Label widget be used in place of Entry widget and achieve the same target? Thanks👌🏽

  • @faizanmohammed7986
    @faizanmohammed7986 2 роки тому +1

    Hey buddy...
    Wanted help
    Need just for seconds timer and also want to add pause and reset
    Could u help me with it?

  • @santiagoguillen6417
    @santiagoguillen6417 Рік тому +1

    How to put 2 digits in the countdown timer when it is less than 10, for example that hr:min:sec 02:02:02 appears and not 2:2:2?

  • @betica7087
    @betica7087 Рік тому +1

    for me it did not worck but i think i just need to update my pc

  • @Jin.Sensei
    @Jin.Sensei 2 роки тому +3

    any idea about the error " clockTime is not defined" ?

    • @ShaunHalverson
      @ShaunHalverson  2 роки тому +1

      Hmm. Sounds like the use of the variable "clocktime" without actually setting it equal to anything yet. Can you send me your code, I could take a peek and try to help!

    • @Jin.Sensei
      @Jin.Sensei 2 роки тому +1

      @@ShaunHalverson It seems I cannot post a link with the picture - but its the same code as you have ( even copy pasted the code from github to see if it works - and same 4 errors where "clockTime" is there)

    • @IanoNjuguna
      @IanoNjuguna Рік тому

      @@Jin.Sensei I've encountered the same error albeit with different variables. The genesis of your problem lies at the line where Shaun declared the block of code responsible for running the timer. Countercheck.

  • @RedaHaskouri
    @RedaHaskouri 2 роки тому +2

    please sir , i need that video of sending sms by python .. i click on video but its says video is private .. plz give me any link or make it public ,, i really need to lear python about that .. i mean i need so much to learn how i can send sms by python ,, plz help or any tutorial

    • @ShaunHalverson
      @ShaunHalverson  2 роки тому +2

      No worries man I had to take it down because I found some editing problems, but it’s going up at 5pm tonight

    • @RedaHaskouri
      @RedaHaskouri 2 роки тому +2

      @@ShaunHalverson thank you so much sir

    • @ShaunHalverson
      @ShaunHalverson  2 роки тому +2

      Thank you for watching :)

  • @conradkodjanian7946
    @conradkodjanian7946 2 роки тому

    Nothing pops up when I run my code, can I send to you?

    • @conradkodjanian7946
      @conradkodjanian7946 2 роки тому +1

      fixed it, indented the last three lines of code incorrectly but didnt notice b/c of no error message from Pycharm.