Metadata-Version: 2.1
Name: GenieAPI
Version: 0.0.6
Summary: Genie Music API
Home-page: https://github.com/Pma10/GenieAPI
Author: Pma10
Author-email: pmavmak10@gmail.com
License: MIT
Keywords: genie,korea,lyrics,api,music
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests

# GenieAPI 🎵

**GenieAPI**는 [Genie Music](https://www.genie.co.kr/) 데이터를 쉽게 가져올 수 있는 Python API 라이브러리입니다.

## 주요 기능 ✨
- 곡 정보 가져오기
- 싱크 가사 다운로드 하기

## 설치 방법 🛠️

```bash
pip install GenieAPI
