Skip to content

Instantly share code, notes, and snippets.

@juanriaza
Created September 10, 2012 17:47
Show Gist options
  • Save juanriaza/3692476 to your computer and use it in GitHub Desktop.
Save juanriaza/3692476 to your computer and use it in GitHub Desktop.
remove duplicates spotify
import pyperclip
pyperclip.copy('\n'.join(set(pyperclip.paste().split('\n'))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment