PyFM is a (very) simple FM radio player coded in Python.
- Linux
- Python
- A RTL-SDR dongle
- Set up your RTL-SDR (installation instructions here)
- Install sounddevice
- Install the Tkinter package (the exact package to install depends on your distribution)
- Install the requirements (
pip install -r requirements.txt
orpipenv install -r requirements.txt
, if you use pipenv)
Simply run python main.py
.