gpiozero

Package — Robotics/IoTPython 3.7+Advanced

Simple GPIO interface for Raspberry Pi

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
colorzero, RPi.GPIO (Raspberry Pi OS)
Install
pip install gpiozero

Learn by Difficulty

Quick Example

python
# Install: pip install gpiozero
import gpiozero

# Basic gpiozero usage
print(f"Using gpiozero")
# See documentation for detailed examples

gpiozero is a third-party package. Simple GPIO interface for Raspberry Pi. Install with: pip install gpiozero

Try in Playground

Tags

packageroboticsiothardwareembedded