Skip to content

longbai/SunoSongsCreator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%