https://github.com/jeanextreme002/text-emoji-generator
(づ。◕‿‿◕。)づ Application to generate text emojis just by pressing keys defined by yourself.
https://github.com/jeanextreme002/text-emoji-generator
emoji emoji-keyboard pynput python python-3 text-emoji
Last synced: over 1 year ago
JSON representation
(づ。◕‿‿◕。)づ Application to generate text emojis just by pressing keys defined by yourself.
- Host: GitHub
- URL: https://github.com/jeanextreme002/text-emoji-generator
- Owner: JeanExtreme002
- License: bsd-3-clause
- Created: 2020-05-18T22:36:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T23:14:51.000Z (about 6 years ago)
- Last Synced: 2025-01-06T08:21:11.264Z (over 1 year ago)
- Topics: emoji, emoji-keyboard, pynput, python, python-3, text-emoji
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Emoji Generator:
Are you tired of wasting time copying and pasting text emojis in chats with friends? So why don't you use this application?
With this program, you can easily generate emojis in your chat without having to stop typing in the chat to search for an emoji.
# Dependencies:
Type the command below on the terminal to install all dependencies:
```
$ pip install -r requirements.txt
```
# Setting:
To configure the shortcut keys, open the `settings.json` file and change the keys in the` master_key` option.
You can also choose to generate the emoji directly in the chat or copy the emoji to the clipboard by setting
the `clipboard` option to **true**.
```
{
"clipboard": false,
"master_key": [
"insert"
]
}
```
# Adding emojis:
To change or add new emojis, open the file `keys_and_emojis.json` and configure a key for each emoji.
```
{
"z": "( ͡° ͜ʖ ͡°)",
"x": "¯\\_(ツ)_/¯",
"c": "(^o^)丿",
"v": "(づ。◕‿‿◕。)づ",
"b": "(づ ̄ ³ ̄)づ",
"n": "(ㆆ_ㆆ)",
"m": "(っ^▿^)"
}
```