internet_radio/ ├── app.py # Main entry point ├── requirements.txt # Python dependencies ├── gui/ # CustomTkinter UI Components │ ├── main_window.py │ ├── now_playing.py │ ├── station_list.py │ ├── ...
Follow however you have it set up to actually call Python 3. This code does not work with Python 2 Command line arguments and a GUI are tentatively planned, but are not yet available. At the moment, ...