Skip to content

jingxinxin/memobird-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

unofficial memobird python sdk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published