Metadata-Version: 2.1
Name: uwuify
Version: 1.0.0
Summary: uwuifys text
Home-page: https://github.com/StarrFox/uwuify
Author: StarrFox
License: MIT
Description: # uwuify
        
        ![PyPI - Downloads](https://img.shields.io/pypi/dm/uwuify?style=for-the-badge)
        
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        
        Command line uwuification
        
        # Installation
        ```shell
        pip install uwuify
        ```
        
        # Usage
        ```shell
        uwuify hello
        # outputs hewwo in console
        
        uwuify how are you? --smiley --yu
        # outputs how awe yoyu? with 50% of a smiley
        ```
        or
        ```python
        import uwuify
        
        print(uwuify.uwu("hello"))
        # hewwo
        
        flags = uwuify.SMILEY | uwuify.YU
        print(uwuify.uwu("how are you?", flags=flags))
        # how awe yoyu? with 50% of a smiley
        ```
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
