Skip to content

pointw-dev/bawx-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

bawx-player

This is a port of Kelvin Lawson's pykaraoke library (upgraded from Python 2 to Python 3 and packaged)

Install with...

pip install bawx-player

play_karaoke.py

from bawx_player import pycdg

player = pycdg.cdgPlayer('some_song.cdg', None)
player.Play()
pycdg.manager.WaitForPlayer()

About

Library to play karaoke (and possibly other) files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published