Prerequisite

April 17, 2023 · View on GitHub

  1. In this documentation, we use the Thonny IDE. If you have not installed the Thonny IDE, click here
  2. ESP32/ESP8266 that already installed the MicroPython firmware and connected to your device. if you not sure how to do, click here

Installation

  1. Click on the Tools menu,then select Manage Packages, and the packages manager window should appear.
  2. Enter micropython-googlesheet in the search bar and then press enter.
  3. Select the highlighted micropython-googlesheet (if the author is Teeraphat Kullanankanjana).
  4. Click install and wait until the installation is complete.
  5. The installed library file will be install at /lib

Verify and Test

  1. Create new file.
  2. Then copy this code into the new file.
from ggsheet import MicroGoogleSheet 
  1. Save it and run.
  2. If there is no error message,  the installation is complete.
  3. You can proceed to the next step.