mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-15 08:03:46 +00:00
a better coding experience
| .claude | ||
| tests | ||
| veetcode | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
Veetcode
Built for people who enjoy programming, vim, claude code, ghostty panes and TUIs
Features
- Browse problems by difficulty (easy/medium/hard)
- Auto-run tests on file write
- Claude code slash command to generate problems, tests on demand
Installation
# Clone the repo
git clone https://github.com/harivansh-afk/veetcode.git
cd veetcode
# Install with uv
uv sync
Usage
# Launch the TUI
uv run veetcode
# Or if installed globally
veetcode
Workflow
- Launch the TUI
- Select a problem with Enter
- Open
problems/<difficulty>/<name>/solution.pyin your editor - Implement the solution
- Write file - tests run automatically
- Generate more problems :)