Examples¶
This section contains some examples of Python Scripts. You can just copy&paste them in any base in SeaTable any run them.
SeaTable Email Sender¶
This Python script demonstrates sending emails via SMTP using the smtplib library and constructing MIME objects to compose rich content emails within SeaTable.
SeaTable Barcode Image Generator¶
This Python script demonstrates the process of converting text slices into barcode images and storing them in an image column within SeaTable.
SeaTable QR Code Generator¶
This Python script is designed to generate QR codes and associate them with corresponding records in a SeaTable base. It uses the seatable_api library and qrcode module to accomplish this task.
SeaTable MySQL Synchronization¶
This Python script facilitates the synchronization of data from a MySQL database to a SeaTable table.
Watch Stock Price¶
Integrating data from the Twelve Data API with SeaTable facilitates the updating and maintenance of current stock prices within a designated table in the SeaTable environment.
Merge PDF¶
Merge two PDF files and save the merged file into a new row in a SeaTable base.
Convert HEIC to PNG¶
Convert HEIC image files to PNG format and save the converted file into a new row in a SeaTable base.