Skip to content

A Qt application that can automatically play video, PPT, word, and pdf files

Notifications You must be signed in to change notification settings

Cheereus/AutoPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoPlayer

A Qt Application which can automatically play video, PPT, word

基于 PyQt5 的多媒体自动播放图形化界面

主要功能

视频、PPT、Word、PDF 文件在自定义时段进行自动化播放:

  • 队列播放:选择多个文件,在一定时段内循环播放

  • 分时播放:选择多个文件,在不同时段内循环播放不同的文件

依赖

  • PyQt5

  • python-pptx

  • 需要安装 K-Lite Codec Pack 作为视频播放器

运行

python Main.py

打包为 exe 文件

pyinstaller -F Main.py -i icon.ico -n AutoPlayer

About

A Qt application that can automatically play video, PPT, word, and pdf files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages