Python Forum
Make your own Python FM Radio - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Make your own Python FM Radio (/thread-35755.html)



Code a FM Broadcast Radio script using Python - ejamckay - Dec-09-2021

If you would like to make your own Python FM Radio tuner visit Github.com: Search for ejamckay /fm python tuner
Python-FM-Tuner


Make your own Python FM Radio - ejamckay - Dec-09-2021

Error:



RE: Make your own Python FM Radio - Axel_Erfurt - Dec-09-2021

are you kidding?

This is the first line of your code

from ter import *tkin


RE: Make your own Python FM Radio - buran - Dec-10-2021

I would suggest to upload your code to repo (e.g. GitHub, GitLab, etc.). Asking users to download archive from some random location will put off many of them.


RE: Make your own Python FM Radio - ejamckay - Dec-10-2021

(Dec-09-2021, 10:24 PM)Axel_Erfurt Wrote: are you kidding?

This is the first line of your code

from ter import *tkin

Thankyou I will try github:ejamckay


RE: Make your own Python FM Radio - buran - Dec-11-2021

https://github.com/ejamckay/Python-FM-Tuner

The idea of repo is to upload your files, not the archive


RE: Make your own Python FM Radio - prvncpa - Jan-19-2023

Where's the code?