Mini Music Player using Python / Tkinter / Pygame / Python GUI Project

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024
  • Hey Guys welcome back to Dynamic Coding,
    in todays video we are going to build a simple music player using python.
    Modules used :
    Tkinter
    Pygame (pip install pygame)
    os
    .
    source code link :
    bit.ly/3hx2yop
    .
    Visit our website for more python projects and tutorials.
    .
    for daily informative post and quiz you can follow our instagram page :
    / dynamic.coding
    .
    Subscribe for more related content and projects and like our video and comment your feedback and suggestions.
    .
    Thankyou...

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

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

    Subscribe to our channel and press the bell icon to get future updates.

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

    Very much useful. Thank you so much

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

    An alternative to using pygame's sound component will be the lightweight just_playback library. Try it

  • @Komal-o1y
    @Komal-o1y 2 месяца назад

    idle me mixer me error aa rahi heee please uska solution bataye

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

    i have a script with many songs. i want that after one song is fineshed playing it must go automatically to the next song and play and so on.
    can you help me

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

      You can add a new song in the queue in pygame, I forgot the method name but you can find it on pygame documentation

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

    on running the code no scrren showing

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

      May be you forget to add root.mainloop() in the end of code.