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.
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
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.
This is clearly the greatest project I ever found !
sentenceStylizer.py "This is clearly the greatest project I ever found !" -s ":hotdog:" -c