Skip to content

mobeets/sheriff-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Auto-generate a sheriff emoji given a list of keywords. You can either provide a list of emoji aliases from the list here, or provide a word like `cat' which will return all emojis with an alias including that word.

Sadly, there is not yet support for the sheriff emoji, so I'm using a policeman instead.

Also, a joke will be provided by searching for a definition on Urban Dictionary. (Warning: may be explicit and/or not funny.)

Examples:

$ python sheriff.py dog


   ๐Ÿ‘ฎ
  ๐Ÿถ๐Ÿถ๐Ÿถ
 ๐Ÿ• ๐Ÿถ ๐Ÿ•
๐Ÿ‘‡  ๐ŸŒญ๐ŸŒญ ๐Ÿ‘‡
  ๐ŸŒญ  ๐ŸŒญ
  ๐ŸŒญ  ๐ŸŒญ
  ๐Ÿ‘ข  ๐Ÿ‘ข  

Howdy, I'm the sheriff of dog. Not a [cat].
$ python sheriff.py :cactus: :heart:

   ๐Ÿ‘ฎ
  ๐ŸŒต๐ŸŒต๐ŸŒต
 ๐ŸŒต ๐ŸŒต ๐ŸŒต
๐Ÿ‘‡  โคโค ๐Ÿ‘‡
  โค  โค
  โค  โค
  ๐Ÿ‘ข  ๐Ÿ‘ข  
Howdy, I'm the sheriff of cactus. Dead, not functioning.

Install requirements:

pip install emoji
pip install urbandictionary

Releases

No releases published

Packages

No packages published

Languages