A lightweight desktop emoji picker for Windows with Discord-style emoji management.
- 🚀 Quick emoji access with customizable hotkey (default: Ctrl+Shift+E)
- 🔍 Fast fuzzy search
- ✨ Support for custom emojis
- 📋 Multiple paste templates
- 🖼️ Emoji preview
- 🎯 Cursor-following window
- 🎨 Customizable font
- 🔄 System tray integration
- ⌨️ Full keyboard navigation
- Install Python 3.8 or higher
- Install requirements:
pip install -r requirements.txt- Run the application:
python emoji_picker.py- Press
Ctrl+Shift+E(default) to open the picker - Type to search emojis
- Click or press Enter to select
- Right-click on emoji for options:
- Copy URL
- Add alias
- Delete emoji
Access settings by clicking ⚙️:
-
General
- Hotkey configuration
- Startup options
- Paste delay
-
Templates
- URL only:
{url} - Hidden character:
[⠀]({url}) - Add custom templates
- URL only:
-
Appearance
- Font family
- Font size
- Install PyInstaller:
pip install pyinstaller- Create the executable:
pyinstaller --noconfirm --onefile --windowed --icon "icon.ico" --add-data "icon.ico;." --name "EmojiPicker" emoji_picker.pyThe executable will be created in the dist folder.
- Windows OS
- Python 3.8+
- Required packages (see requirements.txt)
MIT License