Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 271 Bytes

File metadata and controls

16 lines (12 loc) · 271 Bytes

memobird-python

unofficial memobird python sdk

example

from memobird import Memobird, Paper

paper = Paper()
paper.add_text("中文测试")
paper.add_image('1.png')

memobird = Memobird(ak)
memobird.setup_device(device_id)
memobird.print_paper(paper)