A swiss army knife for casting spells.
- Python 100%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| cmd | ||
| utils | ||
| .gitignore | ||
| .python-version | ||
| build-cast.py | ||
| cast.spec | ||
| castValues.py | ||
| LICENSE | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Cast
A swiss army knife for casting spells.
Work In Progress
Installation
Arch
Not in any repo's atm.
Build
- uv was used to develop Cast
Clone the project
git clone https://git.gliroid.com/Pupyrinth/cast
Go to the project directory
cd cast
Install the stuff
uv sync --locked
It'll install the wrong tomli for Cast to work once built, this is how you get the right one
uv remove tomli
uv add tomli --no-binary
Build
uv run build-cast.py