# python-vlc-test **Repository Path**: cuiheCN/python-vlc-test ## Basic Information - **Project Name**: python-vlc-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-07 - **Last Updated**: 2024-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - 确保你安装了python 在终端输入这个命令,如果出现了python的版本号就说明安装了python `python --version` - 确保你安装了pip 在终端输入这个命令,如果出现了pip的版本号就说明安装了pip `pip --version` - 在当前目录执行命令 `pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple` - 然后运行main.py `python main.py` - 或者运行main2.py(你需要在代码里面指定视频文件路径和播放窗口的位置,运行后“P”开始播放,“S”停止播放) `python main2.py`