Metadata-Version: 2.1
Name: textpression
Version: 0.1.0
Summary: tools for making expressive unicode text messages
Home-page: https://github.com/rwnx/textpression
Author: Rowan Twell
Author-email: <rowantwell@gmail.com>
Requires-Python: >3.9.0
Description-Content-Type: text/markdown
Requires-Dist: typer[all] >=0.9.0

# `textpression`
Textpression is a toolkit for formatting text for silly chats with silly people. 

It is designed as a cli for making expressive text using unicode small, subscript, and small caps. There are many tools online that do this, but I wanted one I could use offline.

## Development
1. Check python version .tool-versions (asdf)
2. Install pipenv `pip install pipenv`
3. install dependencies and setup env: `pipenv install`

### Install locally for testing
```sh
# install local package (probably do this in your venv)
pip install -e .

textpression --help
textpression small whoopsie
# ʷʰᵒᵒᵖˢᶦᵉ
```
