{"id":40864725,"url":"https://github.com/ruslanlap/emoji-styler","last_synced_at":"2026-01-22T00:16:27.435Z","repository":{"id":324437343,"uuid":"1097228918","full_name":"ruslanlap/emoji-styler","owner":"ruslanlap","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-15T20:45:58.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-15T21:15:14.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruslanlap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-15T19:19:36.000Z","updated_at":"2025-11-15T20:04:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ruslanlap/emoji-styler","commit_stats":null,"previous_names":["ruslanlap/emoji-styler"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ruslanlap/emoji-styler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanlap%2Femoji-styler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanlap%2Femoji-styler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanlap%2Femoji-styler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanlap%2Femoji-styler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruslanlap","download_url":"https://codeload.github.com/ruslanlap/emoji-styler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanlap%2Femoji-styler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28647913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"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":[],"created_at":"2026-01-22T00:16:26.926Z","updated_at":"2026-01-22T00:16:27.428Z","avatar_url":"https://github.com/ruslanlap.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emoji Styler ✨\n\n- 🌐 **Web demo**: Try it online at [emoji-styler.vercel.app](https://emoji-styler.vercel.app/)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/demo1.png\" alt=\"Emoji Styler Demo\" width=\"800\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/demo2.png\" alt=\"Emoji Styler Demo 2\" width=\"800\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/demo3.png\" alt=\"Emoji Styler Demo 3\" width=\"800\"\u003e\n\u003c/p\u003e\n\nTransform boring text into fun emoji styles! Make your text stand out with kawaii, hacker, neon, cyberpunk, and minimal styles.\n\n## Features\n\n- 🎨 **5 unique styles**: cute, hacker, neon, cyberpunk, minimal\n- 🐍 **Python API**: Use in your Python projects\n- 💻 **CLI tool**: Style text from command line\n- 🚀 **Lightweight**: Zero dependencies\n- 🌐 **Web demo**: Try it online at [emoji-styler.vercel.app](https://emoji-styler-g3zyvdtk7-ruslantodo.vercel.app)\n\n## Installation\n\n```bash\npip install emoji-styler\n```\n\n## Quick Start\n\n### Command Line\n\n```bash\n# Default cute style\nemoji-styler \"Hello world\"\n# ✨ 💖 H 💫 e 🌸 l 💕 l 🌟 o   💖 w 💫 o 🌸 r 💕 l 🌟 d ✨\n\n# Hacker style\nemoji-styler \"Hello world\" --style hacker\n# ⚡ H3ll0 w0rld ⚡\n\n# Cyberpunk style\nemoji-styler \"PowerToys Run\" --style cyberpunk\n# ⚡ ⟨P⟩⟨O⟩⟨W⟩⟨E⟩⟨R⟩⟨T⟩⟨O⟩⟨Y⟩⟨S⟩⚡⟨R⟩⟨U⟩⟨N⟩ ⚡\n\n# List all styles\nemoji-styler --list-styles\n```\n\n### Python API\n\n```python\nfrom emoji_styler import style_text, get_available_styles\n\n# Style some text\nresult = style_text(\"Hello\", style=\"cute\")\nprint(result)\n# ✨ 💖 H 💫 e 🌸 l 💕 l 🌟 o ✨\n\n# Get available styles\nstyles = get_available_styles()\nprint(styles)\n# ['cute', 'hacker', 'neon', 'cyberpunk', 'minimal']\n\n# Try different styles\nfor style in ['hacker', 'neon', 'minimal']:\n    print(f\"{style}: {style_text('Hello', style)}\")\n```\n\n## Available Styles\n\n### Cute (default)\n\nKawaii aesthetic with hearts and sparkles\n\n```\nInput:  Hello world\nOutput: ✨ 💖 H 💫 e 🌸 l 💕 l 🌟 o   💖 w 💫 o 🌸 r 💕 l 🌟 d ✨\n```\n\n### Hacker\n\n1337 speak with letter substitutions\n\n```\nInput:  Hello world\nOutput: ⚡ H3ll0 w0rld ⚡\n```\n\n### Neon\n\nRainbow glow vibes with uppercase\n\n```\nInput:  Hello world\nOutput: 🌈 H E L L O 🌟 W O R L D 🌈\n```\n\n### Cyberpunk\n\nFuturistic brackets and lightning\n\n```\nInput:  Hello world\nOutput: ⚡ ⟨H⟩⟨E⟩⟨L⟩⟨L⟩⟨O⟩⚡⟨W⟩⟨O⟩⟨R⟩⟨L⟩⟨D⟩ ⚡\n```\n\n### Minimal\n\nClean aesthetic with dots\n\n```\nInput:  Hello world\nOutput: H・e・l・l・o ・o・r・l・d\n```\n\n## Web Demo\n\nTry it online: [emoji-styler.vercel.app](https://emoji-styler.vercel.app)\n\nThe web demo is built with Next.js and TypeScript, featuring:\n\n- Interactive text styling\n- Beautiful Catppuccin Macchiato theme\n- Mobile-friendly responsive design\n- Live examples and presets\n\nSee [web/README.md](web/README.md) for development details.\n\n## Project Structure\n\n```\nemoji-styler/\n├── emoji_styler/          # Python package\n│   ├── __init__.py        # Package exports\n│   ├── core.py            # Main style_text() function\n│   ├── styles.py          # Style implementations\n│   └── cli.py             # Command-line interface\n├── tests/                 # Python tests\n├── web/                   # Next.js web demo\n│   ├── app/               # Next.js pages\n│   ├── components/        # React components\n│   ├── lib/               # TypeScript styles (ported from Python)\n│   └── README.md          # Web demo docs\n├── .github/\n│   └── workflows/         # CI/CD pipelines\n│       ├── publish.yml    # PyPI publishing\n│       └── test.yml       # Automated testing\n├── pyproject.toml         # Python package config\n├── LICENSE                # MIT license\n└── README.md              # This file\n```\n\n## Development\n\n### Python Package\n\n```bash\n# Clone repository\ngit clone https://github.com/ruslanlap/emoji-styler.git\ncd emoji-styler\n\n# Create virtual environment\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n\n# Install in development mode\npip install -e \".[dev]\"\n\n# Run tests\npytest\n\n# Run tests with coverage\npytest --cov=emoji_styler\n```\n\n### Web Demo\n\n```bash\n# Navigate to web directory\ncd web\n\n# Install dependencies\nnpm install\n\n# Run development server\nnpm run dev\n\n# Build for production\nnpm run build\n```\n\nSee [web/README.md](web/README.md) for deployment instructions.\n\n## Publishing\n\n### To PyPI\n\nPublishing is automated via GitHub Actions. To release a new version:\n\n```bash\n# 1. Update version in pyproject.toml\n# 2. Commit and push\ngit add pyproject.toml\ngit commit -m \"Bump version to 0.2.0\"\ngit push\n\n# 3. Create and push tag\ngit tag v0.2.0\ngit push origin v0.2.0\n\n# 4. GitHub Actions will automatically:\n#    - Build package\n#    - Create GitHub release\n#    - Publish to PyPI\n```\n\nSee [.github/RELEASE.md](.github/RELEASE.md) for detailed instructions.\n\n### Web Demo to Vercel\n\n```bash\ncd web\nvercel\n# Follow prompts\n```\n\nOr connect your GitHub repo to Vercel dashboard for automatic deployments.\n\n## Roadmap\n\n- [x] Python package with CLI\n- [x] Web demo with Next.js\n- [x] Automated publishing to PyPI\n- [ ] Telegram bot for styling messages\n- [ ] VS Code extension\n- [ ] More emoji styles (retro, space, nature)\n- [ ] Custom style creator\n- [ ] REST API endpoint\n\n## Contributing\n\nContributions welcome! Feel free to:\n\n- Suggest new styles\n- Report bugs\n- Submit pull requests\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details\n\n## Links\n\n- 📦 [PyPI](https://pypi.org/project/emoji-styler/)\n- 🐙 [GitHub](https://github.com/ruslanlap/emoji-styler)\n- 🌐 [Web Demo](https://emoji-styler.vercel.app) (coming soon)\n- 🤖 [Telegram Bot](https://t.me/emoji_styler_bot) (coming soon)\n\n---\n\nMade with 💖 by [Ruslan](https://github.com/ruslanlap)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanlap%2Femoji-styler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruslanlap%2Femoji-styler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanlap%2Femoji-styler/lists"}