internet_radio/ ├── app.py # Main entry point ├── requirements.txt # Python dependencies ├── gui/ # CustomTkinter UI Components │ ├── main_window.py │ ├── now_playing.py │ ├── station_list.py │ ├── ...
This was my final project in my Computer Networking class. We developed and deployed a basic Python Flask app to Heroku. With any method, the class implemented a way to live stream through your webcam ...