/SunoSongsCreator

About High quality songs generation by https://www.suno.ai/. Reverse engineered API.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SunoSongsCreator

About High quality songs generation by https://www.suno.ai/. Reverse engineered API.

How to

Usage

python -m suno --prompt 'a big red dream song'

or

pip install -U suno_songs
from suno import SongsGen
i = SongsGen('cookie') # Replace 'cookie'
print(i.get_limit_left())
i.save_songs("a blue cyber dream song", './output')

Thanks