Skip to content

Instantly share code, notes, and snippets.

@dcousineau
Created September 30, 2014 15:34
Show Gist options
  • Save dcousineau/cce7477cc74dc75ecc65 to your computer and use it in GitHub Desktop.
Save dcousineau/cce7477cc74dc75ecc65 to your computer and use it in GitHub Desktop.
How I made my name on Twitters
LANG=en_US.UTF-8 python rev.py A String Here | pbcopy
# -*- coding: utf-8 -*-
import sys
print u"\u202E{0}".format(" ".join(sys.argv[1:])).encode('utf-8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment