Emojis-Generator / readme.md
maria355's picture
Upload 3 files
51a7692 verified

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade

🎨 Emoji Generator App

Welcome to the Emoji Generator App! This app allows you to explore and generate random emojis from various categories. Have fun creating your own emojis and sharing them with others!

🌟 Features

  • Generate random emojis from six categories:
    • Smileys & Emotion
    • Animals & Nature
    • Food & Drink
    • Travel & Places
    • Objects
    • Symbols
  • View all emojis in a selected category.
  • Copy all emojis from a category.
  • Download emojis as a text file.

πŸ› οΈ Installation

  1. Install the required dependencies:

    pip install streamlit
    
  2. Run the app:

    streamlit run app.py
    

πŸš€ Usage

  1. Select an emoji category from the sidebar.
  2. Click the Generate Emoji button to see a random emoji.
  3. View all emojis in the selected category and copy them if needed.
  4. Download all emojis as a text file according to use.

Acknowledgments