https://github.com/letsbuilda/imsosorry
Sometimes it can be necessary to call upon the ancient arts...
https://github.com/letsbuilda/imsosorry
python python-library
Last synced: 26 days ago
JSON representation
Sometimes it can be necessary to call upon the ancient arts...
- Host: GitHub
- URL: https://github.com/letsbuilda/imsosorry
- Owner: letsbuilda
- License: mit
- Created: 2023-01-22T03:11:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T02:14:57.000Z (28 days ago)
- Last Synced: 2026-01-15T05:38:00.178Z (28 days ago)
- Topics: python, python-library
- Language: Python
- Homepage: https://docs.letsbuilda.dev/imsosorry/
- Size: 241 KB
- Stars: 9
- Watchers: 0
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# I'm so sorry
Sometimes it can be necessary to call upon the ancient arts...
A module to uwuify strings of text.
## Installation
You can install `imsosorry` through PyPi using
```sh
$ pip install imsosorry
```
or, by installing the development version through GitHub.
```sh
$ pip install git+https://github.com/letsbuilda/imsosorry
```
### Example usage
```py
import imsosorry
print(imsosorry.uwuify("i'm very sorry"))
```