Skip to content

An over-engineered website for aligning multiline strings to a common character with PyScript.

Notifications You must be signed in to change notification settings

winstxnhdw/pyalign

Repository files navigation

pyalign

Netlify Status linting: pylint main.yml formatter.yml dependabot.yml

Tip

This project was made before I found out about table-magic. Use that instead.

Aligns your multiline strings to a common character with PyScript.

| Action  | Command |                    | Action      | Command         |
| ------- | ------- |                    | -------     | -------         |
| Hello | `World` |             ---->    | Hello       | `World`         |
| This | `is an example` |               | This        | `is an example` |
| of terrible | `alignment` |            | of terrible | `alignment`     |

Development

Install the following dependenci(es).

poetry install

Run the development server.

python -m http.server

About

An over-engineered website for aligning multiline strings to a common character with PyScript.

Topics

Resources

Stars

Watchers

Forks