How am I able to run my line of code in the background whilst other part is running.I only want to run it from IDLE without the CLI. I want it something like this. Thanks in advance.
from playsound import playsound
playsound('The Music which i want run in the background')
#The code i want to run in the foreground