pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Created Music Player Application in Python #265

Closed sarthakw7 closed 3 years ago

sarthakw7 commented 3 years ago

Description

A comprehensive description about the Pull Request

Reference Issue number #247

issue_no must refer to the issue related to this PR, visit here

Type of change

Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]

Checklist:

pratik-choudhari commented 3 years ago

Add a requirements.txt

pratik-choudhari commented 3 years ago

Also @sarthakw7 there is no feature to pause music?

pratik-choudhari commented 3 years ago

@sarthakw7 Throws error when folder has no music files. Traceback (most recent call last): File "main.py", line 39, in <module> directorychooser() File "main.py", line 35, in directorychooser pygame.mixer.music.load(listofsongs[0]) IndexError: list index out of range

sarthakw7 commented 3 years ago

I will try to solve this problem

@sarthakw7 Throws error when folder has no music files. Traceback (most recent call last): File "main.py", line 39, in <module> directorychooser() File "main.py", line 35, in directorychooser pygame.mixer.music.load(listofsongs[0]) IndexError: list index out of range