Skip to content

JuanitoFatas/mojime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Mojime

Outputs random emojis.

The primary purpose of this project is to provide all the emojis that can be used by any ascii language. To view the list of all the emojis, please open the emojis.json file. It lists all the emojis in json format and you can use this json as per your need.

Usage

# Output an emoji text randomly
$ mojime
:heart_eyes:

# Output two emojis text randomly
$ mojime --number 2
:smirk: :blush:

# Output two emojis text randomly without spaces in between
$ mojime --number 2 --no-spaces
:smirk::blush:

# Output an emoji char randomly
$ mojime --char
😀

# Output four emoji chars randomly
$ mojime --char --number 4
😀 😁 😂 😃

Licenses

emojis.json modified from https://github.com/muan/emojilib, MIT LICENSED.

Other files - CC0 Public Domain

About

Script to output random emoji names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages