How do I export a project to Python

Hi, I have just started using Squareline studio and I have created an Arduino project.
Now I would like to export that same project to python / micropython.

Lookig at the tutorial I read that you should be able to select somewhere whether to export to C++ (which I assume is Arduino) or to Python, but I can’t find the menu to select that.

Tutorial 1 - Try out an example | SquareLine Studio
Overview | SquareLine Studio

Can you give me some directions?
Thanks!
Angelo

SquareLine Studio version: 1.3.0
Operating system: Windows 11 Home
Target hardware: Lilygo T-watch 2021 (ESP32), but I haven’t connected it to the pc yet.

To export micropython code please select this option in Project properties.

After that “Export / Export UI files” will export micropython code.

1 Like

Got it, thanks a lot! I’ll try that as soon as I have a little time.
Ciao!