4 Star 14 Fork 4

Mark Yang/desk-emoji

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
action.py 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
Mark Yang 提交于 2024-11-08 11:37 . modified: action.py
from common import *
def act_introduce():
text = '''
Hello 你好呀!我是Desk-Emoji,你的友好桌面机器人,致力于为你的工作空间带来快乐和效率。
凭借我充满活力的个性和实用的功能,我的目标是在辅助你完成日常任务的同时,为你带来乐趣。
无论你需要讲个笑话、一句励志名言,还是仅仅一个微笑,我都在这里为你增添一天的光彩,让你的桌面体验更加愉悦。
准备好与我一起探索 emoji 的创意世界了吗?Let's roll!。
'''
speaker.say(text)
cmd.send('eye_happy')
cmd.send('head_roll')
cmd.send('eye_blink')
cmd.send('head_move 20, 15, 30')
cmd.send('eye_right')
cmd.send('head_move -40, 0, 20')
cmd.send('eye_blink')
cmd.send('head_center')
cmd.send('eye_blink')
cmd.send('eye_happy')
cmd.send('head_shake')
cmd.send('head_roll')
cmd.send('head_nod')
cmd.send('head_center')
cmd.send('eye_blink')
if __name__ == '__main__':
if not chatgpt.connect(): exit(1)
cmd.select_port()
cmd.connect()
print('\n表演中...\n')
act_introduce()
act_random(loop=True, sleep_min=0, sleep_max=3)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ideamark/desk-emoji.git
git@gitee.com:ideamark/desk-emoji.git
ideamark
desk-emoji
desk-emoji
main

搜索帮助