Skip to content

Find what you can cook with your emojis ๐Ÿ‘จโ€๐Ÿณ

License

Notifications You must be signed in to change notification settings

EmojiMeals/meals-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

meals-python emoji? yes Tests

Find what you can cook with your emojis

get started

install the package:

pip install emoji-meals

then start using it:

from emoji-meals import mealify
mealify("๐Ÿž","๐Ÿ…","๐Ÿง€")

>>> ๐Ÿ•

Usage

mealify("๐ŸŒš","๐Ÿฐ") #=> "๐Ÿฅฎ"

# Provide ingredients in any order ๐Ÿ’ฏ๐Ÿ’ฏIQ ๐Ÿง ๐Ÿ’ฅ
mealify("๐Ÿฐ", "๐ŸŒš") #=> "๐Ÿฅฎ"

# Use more than two items!
mealify("๐Ÿž","๐Ÿ…","๐Ÿง€") #=> "๐Ÿ•"

# Provde a single argument!
mealify("๐Ÿž๐Ÿ…๐Ÿง€") #=> "๐Ÿ•"

# Group your ingredients however you want!
mealify("๐Ÿž๐Ÿ…", "๐Ÿง€") #=> "๐Ÿ•"

# After all this eating, I need a drink
mealify("๐Ÿถ","๐Ÿพ","๐Ÿท","๐Ÿธ","๐Ÿถ","๐Ÿน","๐Ÿบ","๐Ÿป","๐Ÿฅ‚","๐Ÿพ","๐Ÿฅƒ") #=> "๐Ÿคฎ"

Can I donate to the project?

Yes, here

License

This project is licensed under the MIT License.

About

Find what you can cook with your emojis ๐Ÿ‘จโ€๐Ÿณ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages