https://github.com/winstxnhdw/pyalign
An over-engineered website for aligning multiline strings to a common character with PyScript.
https://github.com/winstxnhdw/pyalign
numpy pyscript uv
Last synced: 8 months ago
JSON representation
An over-engineered website for aligning multiline strings to a common character with PyScript.
- Host: GitHub
- URL: https://github.com/winstxnhdw/pyalign
- Owner: winstxnhdw
- Created: 2023-05-30T00:30:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T22:59:57.000Z (10 months ago)
- Last Synced: 2025-04-30T23:32:19.864Z (10 months ago)
- Topics: numpy, pyscript, uv
- Language: Python
- Homepage: https://pyalign.netlify.app/
- Size: 13.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyalign
[](https://app.netlify.com/sites/pyalign/deploys)
[](https://github.com/winstxnhdw/pyalign/actions/workflows/main.yml)
[](https://github.com/winstxnhdw/pyalign/actions/workflows/formatter.yml)
> [!TIP]\
> This project was made before I found out about [table-magic](https://stevecat.net/table-magic/). Use that instead.
Aligns your multiline strings to a common character with [PyScript](https://pyscript.net/).
```text
| 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).
```bash
uv sync
```
Run the development server.
```bash
python -m http.server
```