from playsound import playsound ModuleNotFoundError: No module named 'playsound' code example

Example 1: playsound conda

>>> from playsound import playsound
>>> playsound('/path/to/a/sound/file/you/want/to/play.mp3')

Example 2: ModuleNotFoundError: No module named 'playsound'

{
	"resource": "/c:/Users/praty/python/play m3.py",
	"owner": "_generated_diagnostic_collection_name_#2",
	"code": "unresolved-import",
	"severity": 4,
	"message": "unresolved import 'playsound'",
	"source": "Python",
	"startLineNumber": 1,
	"startColumn": 6,
	"endLineNumber": 1,
	"endColumn": 15
}

Tags:

Misc Example