1 Star 0 Fork 14

xystar2012 / PyQt-MusicPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

MusicPlayer

界面以网易云音乐为模板,资源整合多家音乐网站(目前网易云/虾米/QQ音乐), ( • ̀ω•́ )✧~。

功能:

  1. 支持网易云,虾米,QQ音乐的歌单/搜索,播放音乐,查看音乐信息(歌词)。
  2. 支持网易云手机号登陆同步歌单。
  3. 尽可能还原网易云音乐体验。
  4. 跨平台。
  5. QSS设置样式,类似CSS易于自定义扩展。

截图:

安装:

$ git clone https://github.com/HuberTRoy/MusicPlayer
$ (sudo) python(3) setup.py install

运行:

$ (sudo) musicplayer

手动安装依赖:

Python3.5+
PyQt5.5+
pip install -r requirements.txt

可能会出现的依赖错误:

Windows 下如果 pycryptodome 安装不上可以安装pycryptodomex -> pip install pycryptodomex.

*nix额外依赖:

$ sudo apt-get install pyqt5.qtmultimedia
$ sudo apt-get install libqt5multimedia5-plugins

QQ音乐播放依赖:

Windows下如果缺少m4a的解码器需要下载 LAV Filters
Linux 需要下载 GStreamer

开发详情请移步至: 更新日志~

功能TODO:

  • 支持私人FM.
  • 创建个人歌单.
  • 支持下载歌曲.
  • 打包下载方便食用.
  • 多平台账号同步歌单.
  • 方便的界面皮肤更换.

开发TODO:

  • 加入日志方便调试.
  • 尝试使用其他方式播放音乐.
MIT License Copyright (c) 2017 Cyrbuzz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

使用PyQt5+python3.5制作的网易云音乐,可在ubuntu下使用~, 目前接入歌单,搜索等功能,界面仿原版~ 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/xystar2012/PyQt-MusicPlayer.git
git@gitee.com:xystar2012/PyQt-MusicPlayer.git
xystar2012
PyQt-MusicPlayer
PyQt-MusicPlayer
master

搜索帮助