Files
manual_slop/Readme.md
2026-02-21 23:38:24 -05:00

23 lines
319 B
Markdown

# Manual Slop
Vibe coding.. but more manual
[!img](./gallery/python_2026-02-21_23-37-29.png)
## Instructions
1. Make a credentials.toml in the immediate directory of your clone:
```toml
[gemini]
api_key = "****"
[anthropic]
api_key = "****"
```
2. Have fun. This is experiemntal slop.
```ps1
uv run .\gui.py
```