Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T10:53:01.000Z (about 1 month ago)
- Last Synced: 2024-10-18T07:11:59.546Z (about 1 month ago)
- Topics: numpy, pyscript
- Language: Python
- Homepage: https://pyalign.netlify.app/
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyalign
[![Netlify Status](https://api.netlify.com/api/v1/badges/26ab67b9-6305-4776-829c-977042ec9d96/deploy-status)](https://app.netlify.com/sites/pyalign/deploys)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![main.yml](https://github.com/winstxnhdw/pyalign/actions/workflows/main.yml/badge.svg)](https://github.com/winstxnhdw/pyalign/actions/workflows/main.yml)
[![formatter.yml](https://github.com/winstxnhdw/pyalign/actions/workflows/formatter.yml/badge.svg)](https://github.com/winstxnhdw/pyalign/actions/workflows/formatter.yml)
[![dependabot.yml](https://github.com/winstxnhdw/pyalign/actions/workflows/dependabot.yml/badge.svg)](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
```