pyabc2.sources.eskin.abc_to_abctools_url

pyabc2.sources.eskin.abc_to_abctools_url(abc, *, lzw=True)

Create an Eskin abctools (michaeleskin.com/abctools/) share URL for abc.

More info: https://michaeleskin.com/tools/generate_share_link.html

Parameters:
  • abc (str) – The tune.

  • lzw (bool) – Whether to use the original LZString compression method (True, default) or the newer deflate (zlib) compression method (False), which gives shorter URLs.

Return type:

str