EmojiCord is a tool to make images copy and pastable to look like a discord emoji.
pip install -r fullrequirements.txt
cd full
streamlit run "My Emoji.py"
To run the full version, use the following commands:
pip install -r fullrequirements.txt
cd full
streamlit run My\ Emoji.py
Start by putting your images in the input folder. Then, run the following commands:
pip install -r literequirements.txt
python lite.py
Your emojis will be in the output folder and also on the web server that the program starts.