Skip to content

tiny-talk-world/tiny-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Tiny-Talk Core Constants The 50 emojis that make universal communication possible.

# === PEOPLE ===
'PERSON': 'πŸ‘€',    # Generic person
'MAN': 'πŸ‘¨',      # Male
'WOMAN': 'πŸ‘©',    # Female  
'CHILD': 'πŸ‘Ά',    # Child/baby
'GROUP': 'πŸ‘₯',    # Multiple people

# === ACTIONS ===
'GO': '➑️',       # Move forward
'COME': '⬅️',     # Move toward
'UP': '⬆️',       # Increase/ascend
'DOWN': '⬇️',     # Decrease/descend
'TURN': 'πŸ”„',     # Change/transform

# === OBJECTS ===
'THING': 'πŸ“¦',    # Generic object
'HOME': '🏠',     # House/building
'VEHICLE': 'πŸš—',  # Car/transport
'BOOK': 'πŸ“–',     # Knowledge/document
'TOOL': 'πŸ”§',     # Tool/make/do

# === NATURE ===
'SUN': 'β˜€οΈ',      # Sun/day
'MOON': 'πŸŒ™',     # Moon/night
'EARTH': '🌍',    # World/ground
'TREE': '🌳',     # Plant/growth
'WATER': 'πŸ’§',    # Water/liquid
'FIRE': 'πŸ”₯',     # Fire/heat

# === CONCEPTS ===
'HEART': '❀️',    # Love/emotion
'EYE': 'πŸ‘οΈ',     # See/observe
'HAND': 'βœ‹',     # Take/give/touch
'BRAIN': '🧠',    # Think/know
'MOUTH': 'πŸ—£οΈ',   # Speak/say

# === SYMBOLS ===
'YES': 'βœ…',      # Positive/true
'NO': '❌',       # Negative/false
'QUESTION': '❓', # Ask/inquire
'IMPORTANT': '❗',# Emphasis
'AND': 'βž•',      # Addition/also
'LESS': 'βž–',     # Subtraction
'EQUAL': '🟰',    # Same/is
'TARGET': '🎯',   # For/purpose
'PLACE': 'πŸ“',   # Location/at
'TIME': '⏰',     # Time/when
'IDEA': 'πŸ’‘',     # Thought/light
'VICTORY': 'πŸ†',  # Win/success

# === MODIFIERS ===
'NAME': '✨',     # Proper name marker
'INTENSE': '‼️',  # Very/much
'PAST': 'βͺ',     # Before/was
'FUTURE': '⏩',    # Will/soon
'NOW': '⏱️',      # Current/present
'REPEAT': 'πŸ”',   # Again/also
'DIFFERENT': 'πŸ”„',# Other/change

# === SPECIAL ===
'GREET': 'πŸ‘‹',    # Hello/goodbye
'CELEBRATE': 'πŸŽ‰',# Happy/party
'SAD': 'πŸ’”',      # Sad/broken
'HELP': 'πŸ†˜',     # Need/assist
'DANGER': '⚠️',   # Warning/danger

Name meanings database

'steven': ['πŸ‘‘', '✨'],      # Crown
'stephen': ['πŸ‘‘', '✨'],     # Crown
'steve': ['πŸ‘‘'],            # Crown (short)
'david': ['❀️', '✨'],      # Beloved
'john': ['πŸ™', '✨'],       # God is gracious
'michael': ['πŸ‘Ό', '✨'],    # Who is like God?
'sarah': ['πŸ‘Έ', '✨'],      # Princess
'mary': ['🌹', '✨'],       # Bitter/sea of sorrow
'james': ['✊', '✨'],       # Supplanter
'robert': ['🌟', 'πŸ‘‘'],     # Bright fame
'jennifer': ['πŸ’Ž', '✨'],   # Fair one
'william': ['πŸ›‘οΈ', '✨'],   # Resolute protector
'elizabeth': ['🀲', '✨'],  # God is my oath
'london': ['πŸŒ‰', '🌊'],     # Bridge + river
'paris': ['πŸ—Ό', '❀️'],      # Tower + love

Word mapping rules

# Concrete nouns
'man': 'πŸ‘¨',
'woman': 'πŸ‘©',
'child': 'πŸ‘Ά',
'house': '🏠',
'car': 'πŸš—',
'book': 'πŸ“–',
'water': 'πŸ’§',
'fire': 'πŸ”₯',
'sun': 'β˜€οΈ',
'moon': 'πŸŒ™',
'tree': '🌳',

# Verbs
'see': 'πŸ‘οΈβž‘οΈ',
'go': '➑️',
'come': '⬅️',
'eat': 'πŸ‘„πŸŽ',
'drink': 'πŸ‘„πŸ’§',
'love': '❀️✨',
'think': 'πŸ§ πŸ’­',
'know': 'πŸ§ βœ…',

# Function words
'the': '',
'a': '',
'and': 'βž•',
'but': 'πŸ”„',
'or': 'πŸ€”',
'for': '🎯',

# Pronouns
'i': 'πŸ‘†',
'you': 'πŸ‘‡',
'he': 'πŸ‘¨',
'she': 'πŸ‘©',
'we': 'πŸ‘₯',

# Question words
'what': '❓',
'who': 'πŸ‘€β“',
'where': 'πŸ“β“',

# Greetings
'hello': 'πŸ‘‹',
'hi': 'πŸ‘‹',
'thank': 'πŸ™',

About

Universal pictographic language in 50 emojis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors