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
Last synced: about 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T10:40:11.000Z (2 months ago)
- Last Synced: 2025-02-28T17:23:34.090Z (about 2 months ago)
- Topics: numpy, pyscript
- Language: Python
- Homepage: https://pyalign.netlify.app/
- Size: 13.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyalign
[](https://app.netlify.com/sites/pyalign/deploys)
[](https://github.com/PyCQA/pylint)
[](https://github.com/winstxnhdw/pyalign/actions/workflows/main.yml)
[](https://github.com/winstxnhdw/pyalign/actions/workflows/formatter.yml)
[](https://github.com/winstxnhdw/pyalign/actions/workflows/dependabot.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
poetry install
```Run the development server.
```bash
python -m http.server
```