https://github.com/ludreamst/lusic
This is a simple music player app implemented in pure Python.
https://github.com/ludreamst/lusic
gui music-player python ttkbootstrap
Last synced: 4 months ago
JSON representation
This is a simple music player app implemented in pure Python.
- Host: GitHub
- URL: https://github.com/ludreamst/lusic
- Owner: LuDreamst
- License: mit
- Created: 2025-07-13T14:13:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T10:06:07.000Z (6 months ago)
- Last Synced: 2025-08-27T06:46:08.218Z (4 months ago)
- Topics: gui, music-player, python, ttkbootstrap
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Lusic
This is a simple music player app implemented in pure Python.
这是一个超级无敌简陋的音乐播放器,完全由Python实现
## Screenshots/截图
## How to use/使用方法
**build manually/手动编译**
1. clone or download this project to local.
克隆或下载此工程至本地
2. open your terminal and cd to the path where gui.py is located. (The order can also be reversed.)
打开终端并cd到gui.py所在路径(顺序颠倒亦可)
3. run this command:
运行如下命令:
`pyinstaller --windowed --name "Lusic" --add-data "assets;assets" --hidden-import pygame --hidden-import PIL --hidden-import ttkbootstrap gui.py`
(P.S. Confirm that related dependencies have been installed, such as `pyinstaller`, `ttkbootstrap` and `pygame`. )
确保相关依赖已安装
1. Then you will find the app in the dist folder, if everything goes well.
然后你就能在dist文件夹里找到app(如果一切顺利的话)
**Releases**
Or check the Releases page.
或者查看发行页
## The End/写在最后
Limited capabilities, please be understanding. 水平有限, 还请包涵 🤝
Hope you enjoy this! 希望你喜欢! 😄