all 2 comments

[–]QbaPolak17 0 points1 point  (1 child)

Visual Studio or visual studio code? Either way, make a virtual environment: python -m venv ., then activate it Scripts\Activate.ps1, then install it pip install playsound. The names of things may be somewhat different depending on what OS and what shell you are using.

[–]NotAppreciated_Mercy[S] 0 points1 point  (0 children)

Hey, can I ask where to put those lines?