| 123456789101112131415161718192021 |
- Quickstart
- ==========
- 1. Install the application from the `Flipper Lab <https://lab.flipper.net/apps/upython>`_ on your Flipper device.
- 2. Write some Python code or use one of the provided `examples <https://github.com/ofabel/mp-flipper/tree/master/examples>`_.
- 3. Use the `qFlipper <https://flipperzero.one/update>`_ 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 <https://github.com/ofabel/fssdk>`_ 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
|