Skip to content

Script en python qui transforme une chaîne de caractère en émojis pour Discord

Notifications You must be signed in to change notification settings

thocleval/SentenceStylizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SentenceStylizer

Script en python qui transforme une chaîne de caractère en émojis pour Discord

A Python script that transorm a string into Discord emojis.

Usage

Dependencies

SentenceStylizer needs the pyperclip module to be able to copy the result in your paperclip. you can install it by running python -m pip install pyperclip

Using the script

sentenceStylizer.py "string" -s "spaceChar" -c

  • string : the string to transform.
  • -i "spaceChar" : Optional. The caracter you want to replace the space with.
  • -c : Optional. If specified the result will be copied to the clipboard.

Example

Before :

This is clearly the greatest project I ever found !

sentenceStylizer.py "This is clearly the greatest project I ever found !" -s ":hotdog:" -c

After :

discordScreen

About

Script en python qui transforme une chaîne de caractère en émojis pour Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages