# crazyflie-lib-python **Repository Path**: dilixi/crazyflie-lib-python ## Basic Information - **Project Name**: crazyflie-lib-python - **Description**: Python library to communicate with Crazyflie - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-21 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cflib: Crazyflie python library [![CI](https://github.com/bitcraze/crazyflie-lib-python/workflows/CI/badge.svg)](https://github.com/bitcraze/crazyflie-lib-python/actions) cflib is an API written in Python that is used to communicate with the Crazyflie and Crazyflie 2.0 quadcopters. It is intended to be used by client software to communicate with and control a Crazyflie quadcopter. For instance the [Crazyflie PC client](https://www.github.com/bitcraze/crazyflie-clients-python) uses the cflib. See [below](#platform-notes) for platform specific instruction. For more info see our [documentation](https://www.bitcraze.io/documentation/repository/crazyflie-lib-python/master/). ## Installation See the [installation instructions](docs/installation/install.md) in the github docs folder. ## Official Documentation Check out the [Bitcraze crazyflie-lib-python documentation](https://www.bitcraze.io/documentation/repository/crazyflie-lib-python/master/) on our website. ## Contribute Go to the [contribute page](https://www.bitcraze.io/contribute/) on our website to learn more. ### Test code for contribution Run the automated build locally to test your code python3 tools/build/build