{"id":25349574,"url":"https://github.com/starrfox/uwuify","last_synced_at":"2025-10-29T19:30:55.963Z","repository":{"id":48046398,"uuid":"246143147","full_name":"StarrFox/uwuify","owner":"StarrFox","description":"Command line uwuification","archived":false,"fork":false,"pushed_at":"2024-04-13T17:53:07.000Z","size":126,"stargazers_count":20,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T08:06:49.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StarrFox.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}},"created_at":"2020-03-09T21:11:56.000Z","updated_at":"2024-04-24T18:11:47.756Z","dependencies_parsed_at":"2023-01-23T08:45:51.601Z","dependency_job_id":"713a1ee6-3a8a-4a0e-929d-cd7651e26dfe","html_url":"https://github.com/StarrFox/uwuify","commit_stats":{"total_commits":23,"total_committers":4,"mean_commits":5.75,"dds":0.4782608695652174,"last_synced_commit":"35fb50bc2284104df251667e2ebd432fed6f81f2"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2Fuwuify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2Fuwuify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2Fuwuify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2Fuwuify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarrFox","download_url":"https://codeload.github.com/StarrFox/uwuify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238878947,"owners_count":19545853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-02-14T16:43:26.927Z","updated_at":"2025-10-29T19:30:50.688Z","avatar_url":"https://github.com/StarrFox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uwuify\r\n\r\n![PyPI - Downloads](https://img.shields.io/pypi/dm/uwuify?style=for-the-badge)\r\n\r\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\r\n\r\nCommand line uwuification\r\n\r\n# Installation\r\n\r\n```shell\r\npip install uwuify\r\n```\r\n\r\n# Usage\r\n\r\n```shell\r\nuwuify hello\r\n# outputs hewwo in console\r\n\r\nuwuify how are you? --smiley --yu\r\n# outputs how awe yoyu? with a random smiley\r\n\r\nuwuify how are you? --smiley --yu --stutter\r\n# outputs h-how awe yoyu? with a random smiley\r\n# --stutter stutters every 4-th word\r\n```\r\n\r\nor\r\n\r\n```python\r\nimport uwuify\r\n\r\nprint(uwuify.uwu(\"hello\"))\r\n# hewwo\r\n\r\nflags = uwuify.SMILEY | uwuify.YU\r\nprint(uwuify.uwu(\"how are you?\", flags=flags))\r\n# how awe yoyu? with a random smiley\r\n\r\nflags = uwuify.SMILEY | uwuify.YU | uwuify.STUTTER\r\nprint(uwuify.uwu(\"how are you?\", flags=flags))\r\n# h-how awe yoyu? with a random smiley\r\n\r\nflags = uwuify.SMILEY | uwuify.NOUWU\r\nprint(uwuify.uwu(\"how are you?\", flags=flags))\r\n# how are you? with a random smiley\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarrfox%2Fuwuify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarrfox%2Fuwuify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarrfox%2Fuwuify/lists"}