Skip to content

Code Examples

Browse 109 runnable Python examples organized by feature area. Each example is self-contained and demonstrates specific functionality of the AlgoKit Utils library.

Terminal window
# Clone the repository
git clone https://github.com/algorandfoundation/algokit-utils-py.git
cd algokit-utils-py
# Install dependencies
uv sync
# Run any example
cd examples
uv run python algorand_client/01_client_instantiation.py
  • Python >= 3.10
  • uv installed
  • AlgoKit CLI installed
  • LocalNet running for network examples (algokit localnet start)

Some examples marked “No LocalNet required” work with pure utility functions.