Skip to content

Instantly share code, notes, and snippets.

@Ze1598
Created June 1, 2020 17:29
Show Gist options
  • Save Ze1598/7b0fd31e1c7444b6e4876551f33cb747 to your computer and use it in GitHub Desktop.
Save Ze1598/7b0fd31e1c7444b6e4876551f33cb747 to your computer and use it in GitHub Desktop.
quotespy: basic quotespy.graphics usage
import quotespy.graphics.graphics as g
graphic_info = {
"title": "strange_days",
"text": "Say goodbye to the silence, we can dance to the sirens"
}
g.create_graphic(graphic_info, {}, default_settings_format="lyrics")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment