Quickstart ========== 1. Install the application from the `Flipper Lab `_ on your Flipper device. 2. Write some Python code or use one of the provided `examples `_. 3. Use the `qFlipper `_ application to upload the code to your Flipper's SD card. 4. Start the **uPython** application on your Flipper to execute your Python script. .. hint:: Looking for a more efficient solution to copy your files and folders? Try the `Flipper Zero Script SDK `_ helper. Usage ----- You can also use the CLI interface to execute a Python scripts: .. code-block:: bash loader open /ext/apps/Tools/upython.fap /ext/scripts/tic_tac_toe.py