Create a (command line) client API

Hello, I want to create a client API so that I can control every step of my drone instead of a full python script.

I am new here, wondering if anyone is familiar with this job.

Thanks in advance.

Hi,

What do you mean by client API?

Olympe is already a python client API that connect to the drone.

Hello, I mean I want to control the drone while it is working. For example, I want the drone to take off, move and land and I need to write them in a python script, but now I want a command line so that I can take it off and land it whenever I want.

Regards

Are you familiar with IPython ? IPython is an interactive Python interpreter.
See: https://developer.parrot.com/docs/olympe/userguide.html?highlight=ipython#explore-available-commands

Is this what you are looking for?

Hello,

I have tried and it works, thank you so much!

Regards