Skip to content

Beadd/Creamplayer

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 26, 2023 09:11
src
August 26, 2023 08:51
August 14, 2023 08:09
May 22, 2022 16:12
October 1, 2023 22:01

🎡 Creamplayer

last commit downloads release commit activity license

πŸ’‘ Quick Start

Creamplayer πŸ’Ύ(exe) Out of the box

Musicdownloader πŸ’Ύ(exe) Out of the box Or

git clone https://github.com/beadd/creamplayer -b musicdownloader
cd creamplayer
pip install -r requirements.txt
python musicdownloader.py

Musicdownloader(GUI) πŸ’Ύ(exe) Out of the box Or

git clone https://github.com/beadd/creamplayer -b eyed3music
cd creamplayer
pip install -r requirements.txt
python EyeD3Music.py

Creamplayer Server 🌐(vue cli) Run on Browser

git clone https://github.com/beadd/creamplayer -b server
npm install
vue serve