Metadata-Version: 2.1
Name: lyricli
Version: 0.0.11
Summary: Cli tool made with python for viewing lyrics
Home-page: https://github.com/KKodiac/lyricli
Author: Sean Hong
Author-email: seanhong2000@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/KKodaic/lyricli/issues
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Lyricli

Tmux 키고 터미널에서 작업하고 있는데 현재 틀어논 노래의 가사가 자주 궁금해져서 만들어봤습니다.


코로나 때문에 코노도 자주 못가는데 집에서라도 불러야죠. 🔥


터미널에서 원하는 가사를 보여줍니다. 

Simple script to display song lyrics on terminal.


## Resources 
 - Homepage: [https://github.com/KKodiac/lyricli](https://github.com/KKodiac/lyricli)
 - Issues: [https://github.com/KKodiac/lyricli/issues](https://github.com/KKodiac/lyricli/issues)
 - Python Package: [https://pypi.org/project/lyricli/0.0.9/](https://pypi.org/project/lyricli/0.0.9/)

## Requirements
 - Python 3.6+

## Installation 
 ```sh
pip install lyricli==0.0.9
 ```
## Usage

```sh
lyricli lyrics [-t, --title] {MUSIC-TITLE} [-r, --artist] {ARTIST-NAME}
```
## License

Contributor [Sean Hong](https://github.com/KKodiac)

Licensed under MIT License 


