Quantcast
Viewing all articles
Browse latest Browse all 4834

Python • Re: How Do I Open Audacity With Python?

I would try
subprocess.run("audacity", shell=True)
Assumption is: audacity is installed. And on my Pi4, bullseye, there is the need for "DISPLAY set properly". Automatically available when terminal which used to run python code is opened by desktop. Needs manual adjustment when python program is started by e.g. ssh or systemd.

Statistics: Posted by ghp — Sun Mar 17, 2024 5:57 pm



Viewing all articles
Browse latest Browse all 4834

Trending Articles