GithubHelp home page GithubHelp logo

emoji_dictionary's Introduction

emoji_dictionary

Look up emojis by keyword or using the emoji itself.

Commands:

Type quit, exit, stop, end, or escape to finish.
Anything else searches the dictionary for emojis.

In the code, the emoji_dictionary is a Python dictionary that maps emoji characters to their corresponding English names. The code then iterates through each key-value pair in the dictionary and prints them out.

After that, the code enters a while loop that prompts the user for input. If the user inputs one of the predefined "quit" words, the loop will terminate. If the user inputs an emoji character that exists in the emoji_dictionary, the corresponding name of the emoji will be printed. If the user inputs a description of an emoji (e.g. "face with tears of joy"), the code will search the emoji_dictionary for any emojis whose names match the description and print them out. Otherwise, if no matching emojis are found, the code will inform the user that no emoji was found fitting that description. Once the loop ends, the code will print a message saying "Okay, let's (quit word).".

emoji_dictionary's People

Contributors

deviousname avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.