Skip to content
forked from krperry/mediaAI

A streaming media player created entirely by AI for fun. I wanted to see how good I could make a simple dialog streaming media player without writing any code and using nothing but VS Code and co-pilot.

License

Notifications You must be signed in to change notification settings

BlindTango/mediaAI

 
 

Repository files navigation

Streaming Music Player

This is a streaming music player application built with Python and PySide6. It allows you to play music from various online radio stations.

Requirements

To run this application, you need to install the following libraries:

  • PySide6
  • numpy
  • soundfile
  • requests

You can install these libraries using pip:

pip install PySide6 numpy soundfile requests

Creating an Executable with PyInstaller To create an executable for the application using PyInstaller, follow these steps: Install PyInstaller if you haven't already:

pip install pyinstaller

Navigate to the directory containing mediaAI.py.

Run the following command to create the executable:

pyinstaller --onefile --windowed mediaAI.py

This will generate a dist folder containing the mediaAI.exe executable.

Creating an Installer with Inno Setup To create an installer for the application using Inno Setup, follow these steps: Download and install Inno Setup from here.

Open Inno Setup and load the setup.iss script provided in the project.

Compile the script to create the installer.

This will generate an installer executable that you can use to install the Streaming Music Player application on other systems.

About

A streaming media player created entirely by AI for fun. I wanted to see how good I could make a simple dialog streaming media player without writing any code and using nothing but VS Code and co-pilot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%