{"id":36439805,"url":"https://github.com/Sim3-14159/emoji-app","last_synced_at":"2026-01-18T14:00:48.522Z","repository":{"id":326317176,"uuid":"1104128439","full_name":"Sim3-14159/emoji-app","owner":"Sim3-14159","description":"Add full Unicode and emoji support to your Raspberry Pi! 🖥️ Easily install 📥 full Unicode compatible ⚙️ fonts and add a shortcut to your main menu to open the emoji copier. 😀","archived":false,"fork":false,"pushed_at":"2025-11-27T04:00:35.000Z","size":1749,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-29T21:37:32.310Z","etag":null,"topics":["bash","emoji","emoji-picker","emoji-unicode","emojis","linux","python","python3","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sim3-14159.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-25T19:45:46.000Z","updated_at":"2025-11-27T04:00:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Sim3-14159/emoji-app","commit_stats":null,"previous_names":["sim3-14159/emoji-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Sim3-14159/emoji-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sim3-14159%2Femoji-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sim3-14159%2Femoji-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sim3-14159%2Femoji-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sim3-14159%2Femoji-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sim3-14159","download_url":"https://codeload.github.com/Sim3-14159/emoji-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sim3-14159%2Femoji-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28537483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","emoji","emoji-picker","emoji-unicode","emojis","linux","python","python3","raspberry-pi"],"created_at":"2026-01-11T21:00:22.687Z","updated_at":"2026-01-18T14:00:48.508Z","avatar_url":"https://github.com/Sim3-14159.png","language":"Python","funding_links":[],"categories":["🔧 Some of my best \u0026 latest projects:"],"sub_categories":[],"readme":"# 😄 Emoji App 🎨\n\nA **Python desktop app** to browse, copy, and generate emojis!  \nQuickly grab your favorite emojis, see their colon-style names, and even generate PNGs from a list.\n\n---\n\n## ✨ Features\n\n- 🖼️ **Emoji Grid** – Scrollable interface to browse all emojis.  \n- 📋 **Clipboard Copy** – Click any emoji to copy it as a Unicode character.  \n- 🏷️ **Emoji Names** – See the colon-style name (e.g., `:smile:`) in the status bar.  \n- 🖌️ **Emoji PNG Generator** – Convert emoji characters from a text list into images ([`make_emojis.py`](make_emojis.py)).  \n\n---\n\n## 🛠️ Dependencies\n\n### 📦 Packages \n\u003e | Name      | Version        | Purpose                           |\n\u003e |-------------|---------------|----------------------------------|\n\u003e | tkinter     | system default| GUI framework                    |\n\u003e | Pillow      | 9.6.0         | Image handling                   |\n\u003e | pyperclip   | 1.8.2         | Clipboard integration            |\n\u003e | emoji       | 2.6.0         | Emoji parsing and conversion     |\n\u003e | pilmoji     | 1.2.0         | Render emojis onto images        |\n\u003e | regex       | 2025.11.21    | Advanced Unicode regex support   |\n\n\u003e [!WARNING]\n\u003e Versions are recommended; newer versions may not work.\n\n### 🧰 System Tools\n\u003e | Name | Version | Purpose |\n\u003e |---|---|---|\n\u003e | `python` | 3.7.*x*+ | You need Python to run `.py` files. |\n\n---\n\n## 📂 Project Structure\n\n| Name | Description |\n|--|--|\n|[`main.py`](main.py)|  Launches emoji app GUI. |      \n|[`make_emojis.py`](make_emojis.py)  Run this to configure `main.py` to use the emojis in `emojis.txt`. |  \n|[`emojis.txt`](emojis.txt)| Put any emojis you want in this file, then run `make_emojis.py` to configure the app to use them. |   \n|[`images/`](images)| When `make_emojis.py` is run, the output files are stored in here.    |\n|[`LICENSE`](LICENSE)| It's a license 🤓. What did you think it did? |\n|[`README.md`](README.md)| This file, a REAME |\n\n\n## 🚀 Usage\n\n1. **Run the app**:\n\n```bash\npython main.py\n````\n\n2. **Generate PNG emojis**:\n\n```bash\npython make_emojis.py\n```\n\nGenerated images will appear in the `images/` folder.\n\n---\n\n## 💡 Notes\n\n* Works on **Windows, macOS, and Linux**.\n* The app automatically keeps your emoji images organized.\n* Ideal for developers, designers, or anyone who loves emojis! 🎉\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSim3-14159%2Femoji-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSim3-14159%2Femoji-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSim3-14159%2Femoji-app/lists"}