|
|
@ -42,11 +42,6 @@ import os
|
|
|
|
import subprocess
|
|
|
|
import subprocess
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#posible_enlace_musica = "C:/Users/Sheila/Desktop/music/surrenderchristinaperri.mp3"
|
|
|
|
|
|
|
|
#enlace_navegador = "https://www.youtube.com/watch?v=Ui3G7Anma0k&ab_channel=ChristinaPerri"
|
|
|
|
|
|
|
|
#posible_enlace_archivo_texto = "C:/Users/Sheila/Documents/hola.txt"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def reproducir_musica(enlace=None):
|
|
|
|
def reproducir_musica(enlace=None):
|
|
|
|
if enlace:
|
|
|
|
if enlace:
|
|
|
|
subprocess.Popen(["start", "", enlace], shell=True)
|
|
|
|
subprocess.Popen(["start", "", enlace], shell=True)
|
|
|
@ -127,7 +122,6 @@ def mostrar_menu():
|
|
|
|
root.mainloop()
|
|
|
|
root.mainloop()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Llamamos a la función principal para mostrar el menú
|
|
|
|
|
|
|
|
mostrar_menu()
|
|
|
|
mostrar_menu()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|