MP3 Player Song Position Slider (part 6) - Python Tkinter GUI Tutorial #92

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

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

  • @Codemycom
    @Codemycom  4 года назад +1

    ▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My RUclips Channel:
    bit.ly/2UFLKgj bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
    ▶️ Get The Code
    bit.ly/3fLFQ8p

  • @rikuadak9812
    @rikuadak9812 3 года назад +3

    Thank you for the playlist, I've learnt many a things, I really appreciate the hard work.
    This is to inform that at position 7:21 the slider position and song position are off by a sec, not because of the modules but because you updated the label before the slider has been updated at position 8:44. That's all. Thank You again !!

  • @Diyorbek214
    @Diyorbek214 6 месяцев назад

    John is the best teacher for new begginers 😊😊😊

  • @ԴավիթՀարությունյան-ծ4գ

    Oh really you are crazy 92 lessons? I am in 16 thank you very mutch!!! You are the best guy 😀😀😀👍👍👍

    • @Codemycom
      @Codemycom  4 года назад +1

      Glad you're enjoying them!

  • @eshamohan8896
    @eshamohan8896 Год назад

    15:30 : when you finally get a different error 😂🙌
    You are an amazing teacher!! Love your videos

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

    Hello John !Lovely tutorial! Where can I find the code for this music player ?

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

    How is your slider automatically moving? I guess the slider cannot move until we drag it ourselves. The after function definitely updates the current time but mine is not updating the slider position because obviously it is set to song_slider.get(). How does it move automatically in your code? Mine is not moving at all. It only updates when I move it manually. What might be the issue?

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

      from tkinter import *
      from tkinter import ttk
      root=Tk()
      i=0
      def updateit():
      global i
      fake_label.config(text=my_slider.get())
      my_slider.config(value=i)
      i+=1
      if my_slider.get()==1001:
      pass
      else:
      fake_label.after(10,updateit)
      my_slider=ttk.Scale(root,from_=0,to=1000,value=0,length=800)
      my_slider.pack()
      fake_label=Label(root,text='0',font='times 12 bold')
      fake_label.pack()
      updateit()
      root.mainloop()

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

    Do you have a video about testing the program to find bugs?

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

    Hi i really appreciate your work. But this is relly getting out of control
    Maintenance is gonna be a pain i think. Isn't it?

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

    such a piece of work good luck buddy

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

    Best youtuber ever

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

      thanks! Tell your friends ;-)

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

    Great Video!

  • @sujitsingh7279
    @sujitsingh7279 4 года назад

    Thanks for this wonderful series

    • @Codemycom
      @Codemycom  4 года назад

      Glad you're enjoying it!

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

    Plz can you help How to save songs rather than loading every time.

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

      This isn't a music editing software that you can save music in.

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

      import os
      # add all songs to play list in audio dir
      all_song = os.listdir('audio')
      for item in all_song:
      item = item.replace(".mp3", "")
      play_list.insert(END, item)

  • @robertoceratti5523
    @robertoceratti5523 4 года назад +1

    Hi, when you teach , how manipulate the volume? thanks a lot your amazing

    • @Codemycom
      @Codemycom  4 года назад +1

      I'll talk about volume soon

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

    How do you create time length with ogg audio files?

  • @ebg7838
    @ebg7838 4 года назад

    Great vid as always!

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

    when i go to the end of the song my song says that it ends at 3:29 but when it goes to 3:29 it continues to play and stops at 3:31

  • @tedidervishi
    @tedidervishi Год назад

    🔥

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

    Smash that like button guys n gals! its free! great python tkinter tutorial, Codemy. Thanks

  • @procode6881
    @procode6881 4 года назад

    Thanks

  • @sujitsingh7279
    @sujitsingh7279 4 года назад

    Hi John sir : Just a question. Why dont you put your awesome courses on udemy. Make some awesome real world projects and sell it on udemy.

    • @Codemycom
      @Codemycom  4 года назад +1

      I do, I have over 50 courses on udemy: JohnElder.com/udemy

  • @sivasurya4149
    @sivasurya4149 4 года назад

    Slider is move on when click pause button..

    • @Codemycom
      @Codemycom  4 года назад

      We discuss that later...keep watching

    • @sivasurya4149
      @sivasurya4149 4 года назад

      Okk sir ...

    • @sivasurya4149
      @sivasurya4149 4 года назад

      And u have a wonderful teaching sir ......so much kownledge......

  • @ebg7838
    @ebg7838 4 года назад

    great vid as always!