Metadata-Version: 2.1
Name: melodicious
Version: 0.0.1
Summary: A simple API client for AI-Music Generate
Home-page: https://github.com/cropsun/melodicious
Author: Cropsun
Author-email: melodiciousai@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests


<br>
<div align="center" class= "main"> 
  <img src="materails/img/logo.png" width="300" height="300" style="border-radius: 10px"/>
  <h1 style="letter-spacing: 2.5px;font-weight: lighter">Melodicious AI</h1>
<a href="https://github.com/DarkMakerofc"><img title="Creator" src="https://img.shields.io/badge/Creator-Cropsun-purple.svg?style=for-the-badge&logo=github"></a>
<br><br><br>
</div>

## License Agreement

<div style="font-weight: lighter;font-size: 13px;letter-spacing: 0.6px">
Any use for borken human artist or fake stream are not allowed here
</div>
<br><hr>

## What's this

<div style="font-weight: lighter;font-size: 13px;letter-spacing: 0.6px">
An easy-to-use API for generating music
</div>
<br><hr>

## More details

<div style="font-weight: lighter;font-size: 13px;letter-spacing: 0.6px">
Your can generate your own music in high-solution method we call "ai-midi"
even you can sing and render your voice to professional vocalist
</div>
<br><hr>

## How to setup

```ssh
pip install melodicious
```

<br><hr>

## For example

```python
import melodicious

client = melodicious.APIClient(base_url="", username="", usertoken="", callEndpoint="", data="")

response = client.playing()

print(response)
```

<br><hr>



