Skip to content

Kurdeus/player-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Player Launcher

A Python class for launching video URLs in VLC or PotPlayer using custom URI schemes.

Features

  • Supports VLC and PotPlayer media players
  • Simple API with direct player methods
  • Cross-platform compatibility:
    • Windows (os.startfile)
    • macOS (open command)
    • Linux (xdg-open)

Example Usage

from app import Player

player = Player()

player.potplayer('https://example.com/video.mp4')

About

A Python class for launching video URLs in VLC or PotPlayer using custom URI schemes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages