| | |
expanding music chooser
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
![]() |
i have this code:
that i got with help from the daniweb comunity but i want to expand it so that instead of only choosing from a folder i can just use
import webbrowser, random
import os
import os.path
running = 1
DIR="C:/Documents and Settings/Owner/My Documents/georges poopy/main music/"
music = filter(lambda x: x.lower().endswith("mp3"),os.listdir(DIR))
music = list(music)
choice = int(raw_input("Press 1 to play a new song"))
while running == 1:
if choice == 1:
song = random.choice(music)
webbrowser.open(os.path.join(DIR,song))
choice = float(raw_input("Press 1 to play a new song"))DIR="C:/" and also i would like to know if there is a way to remove thechoice = float(raw_input("press 1 to play a new song")) so that it will simply choose a new song at the end of the old one don't judge me because I'm a year 8!
'it is better to fight for something than to live for nothing'General George S Patton
'it is better to fight for something than to live for nothing'General George S Patton
![]() |
Other Threads in the Python Forum
- Previous Thread: calculating standard deviation
- Next Thread: Need help with simple python problem.
| Thread Tools | Search this Thread |
Tag cloud for Python
abrupt ansi anti apache approximation array backend basic beginner book builtin calculator chmod code converter countpasswordentry curved dan08 dictionaries dictionary dynamic examples excel file filename float format ftp function gui heads homework import inches input java launcher library line lines linux list lists loop mouse mysql mysqlquery number numbers numeric output parsing path phonebook plugin port prime programming progressbar projects py2exe pygame pyqt pysimplewizard python random recursion recursive redirect refresh scrolledtext software ssh stamp statictext statistics string strings table terminal text textarea thread threading time tkinter tlapse trick tricks tuple tutorial twoup ubuntu unicode urllib urllib2 variable windows wordgame wxpython






