Metadata-Version: 2.4
Name: terminal-karaoke
Version: 1.0.0
Summary: A terminal-based karaoke player
Home-page: https://github.com/hissterical/terminal-karaoke
Author: Dexter Morgan
Author-email: Dexter Morgan <paarivah@proton.me>
License: MIT
Project-URL: Homepage, https://github.com/hissterical/terminal-karaoke
Project-URL: Bug Tracker, https://github.com/hissterical/terminal-karaoke/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pygame>=2.0.0
Requires-Dist: yt-dlp>=2023.3.4
Requires-Dist: requests>=2.28.0
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

## How to run

clone the repo and 

` uv sync `
` uv run -m karaoke `

OR 

` pip install -r requirements.txt  `
` python -m karaoke `

dassit. 

## Music files
Your songs (.mp3) and lyrics (.lrc) are to be stored in the ./library/ folder. They're by default stored there when downloaded. 
They should have the same name for the program to recognize. 


