Metadata-Version: 2.1
Name: codrone-simulator
Version: 0.2.7
Summary: A Python package for simulating drone operations and learning drone programming in a virtual environment.
Home-page: UNKNOWN
Author: 10boticsDev
Author-email: mark.protusada@10botics.com
License: CC-BY-ND-4.0
Project-URL: GitHub Repository, https://github.com/10botics/codrone-simulator-sdk-python
Project-URL: Drone Simulator Github, https://github.com/10botics/codrone-simulator
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Codrone Simulator

Codrone Simulator is a Python package designed to simulate drone operations. It provides tools for controlling drones in a virtual environment, making it ideal for teaching programming, robotics, and drone navigation.

---

## Features

- Simulate drone commands in a virtual environment.
- Compatible with Python and Blocky-to-Python conversions.
- Includes custom APIs for advanced drone interactions.

---

## Installation

To install the Codrone Simulator package, use pip:

## After Package Install

After installing, please follow this link to download the Drone Simulator:
[Download Drone Simulator](https://github.com/10botics/codrone-simulator)

```bash
pip install codrone-simulator

