miegl / PiFmAdv

Advanced Raspberry Pi FM transmitter with RDS encoding
GNU General Public License v3.0
487 stars 82 forks source link

stopping PiFmAdv in Python3 #45

Closed klint-k closed 5 years ago

klint-k commented 5 years ago

I would like to run PiFmAdv under python3. What I am concerned about is the KeyboardInterrupt may not shut it down. Is there a python3 "import"?

ps. I do not know how to add help wanted.

miegl commented 5 years ago

Hi, there's no python script but you can make one yourself. Take a look at the python script from pifm https://github.com/rm-hull/pifm/blob/master/PiFm.py