tcai793 / memobird_agent

Python library used to print contents on memobird

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to print time?

fr0der1c opened this issue · comments

Is there any switch to add time bar?

I think there should be a time bar switch on official API. Since the project is based on reverse engineering of official client, it is ought to have the ability to adjust the behaviour. Will this feature be on the roadmap in near future?

By the way, I tried to set the font size when calling add_text, but it seems not working.

document.add_text(text=clipboard_contents, bold=0, font_size=12, underline=0)

Did I miss something?