Command Line Interface (CLI) and other tools for developing, testing, debugging, and data visualization of line follower robots.
For a Graphic User Interface (GUI) Controller, use the Dashboard.
GitHub Repository: Tamandutech/LineFollower_CCenter_Code.
# On macOS and Linux.
$ curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# With pip.
$ pip install uv
$ uv tool install ruff
$ uv run src/main.py
https://docs.astral.sh/uv/guides/integration/jupyter/
$ uv run --with jupyter jupyter lab
$ uv python pin 3.12