Metadata-Version: 2.1
Name: randomemojis
Version: 0.3
Summary: RandomEmojis: Generates random emoji(s) where {x ∈ R+}
Home-page: https://github.com/yusuf8ahmed/RandomEmojis
Author: Yusuf Ahmed
Author-email: yusufahmed172@gmail.com
License: UNKNOWN
Description: <p align="center">
          <a>
            <img src="image/EmojisPython.svg">
            <br>
          </a>
        </p>
        
        ## What is the RandomEmojis project?
        Welcome! This project is a custom python command line application using the click library built by the dudes that made flask. This application generates random emoji(s) and can even show the emojis link. WOW!1!!
        
        ## Getting Started
        
          ### Requirements
          - python 3.7+ and pip is required to use/download randomemojis
        
          ### Installation
          ```bash
          # Production
          pip install randomemojis
          # Testing
          git clone https://github.com/yusuf8ahmed/RandomEmojis
          ```
          #### Usage
          ```bash
          # Production
          emojis 3
          # Testing
          python emojis 3
          ```
          #### Advance Info
          ```bash
          Usage: emojis [OPTIONS] [NUMBER]
        
          Emojis: generates random emojis duh
        
          Options:
            -l, --link     display generated emoji(s) url
            -v, --verbose  show verbose messages
            --help         Show this message and exit.
          ```
        
Keywords: random emojis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Requires-Python: >=3
Description-Content-Type: text/markdown
