# t-player **Repository Path**: chmodke/t-player ## Basic Information - **Project Name**: t-player - **Description**: terminal music player - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-12 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装python ## 安装poetry ```shell pip install --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple poetry ``` ## Poetry ### 初始化项目 ```shell mkdir t-player unzip t-player.zip -d t-player cd t-player poetry install ``` ### 运行项目 ```shell poetry shell python t-player.py ```