ChinaIceF / Lazic-music-player

A simple music player that based on Python which is inspired by the designs in OSU!Lazer 一个参考OSU!Lazer设计风格的简单音乐播放器,基于Python编写

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazic-music-player

A simple music player that based on Python which is inspired by the designs of OSU!Lazer
一个参考 OSU!Lazer 设计风格的简单音乐播放器,基于Python编写

Something You HAVE TO KNOW 写在前面

· It is necessary to point out that this project is independently developed by enthusiasts, only drawing on the art and design of related projects, and has no necessary connection with related projects. Any consequences caused by users are not the responsibility of the open source platform, the developers of this project, or the developers of related projects
有必要指出,本项目为爱好者自主开发,仅借鉴相关项目中的艺术设计,与相关项目并无必然联系,由使用者引起的任何后果,开源平台、本项目的开发者和相关项目的开发者不承担任何责任

· Of course, we welcome users to support related projects
如果可以的话,也请多多支持相关项目(我就是个臭打音游的不想写这么多阿巴阿巴 :D)

Features 特点

· Highly similar to the music player in game OSU!Lazer.
与 OSU!Lazer 中的音乐播放器高度相似

· Involving a smoother animation library, providing a better visual experience.
具有更流畅的动画库,提供更加良好的视觉体验

· With beautiful interface.
界面美观

How To Use (For Basic Users) 基本使用方法

Put the songs into the folder 'songListTest' and run start.py, then enjoy it.
将歌曲放入 songListTest 文件夹,运行 start.py 即可

You can also use PyInstaller to build the project into executable form.
你也可以借助 PyInstaller 来将本项目打包成可执行文件(.exe)

On Windows Platforms, for instance, you can just simply run this command as following:
以 Windows 平台为例,你可以在命令行窗口输入以下命令来完成打包:

pyinstaller --onefile --noconsole start.py

Code (For Developers) 代码相关

I'm keep trying to finish this part of introduction. - 2024.2.7
没写完,等着

About

A simple music player that based on Python which is inspired by the designs in OSU!Lazer 一个参考OSU!Lazer设计风格的简单音乐播放器,基于Python编写

License:GNU General Public License v3.0


Languages

Language:Python 100.0%