猫史档案馆


【Python作品分享】没有技术含量【作品秀】

用户:L琛琛L琛琛查看:0 回复:1 评论:0 创建时间:2019-07-03T15:14:08


【作品展示】

center_image

 

【作品介绍】

一个简单而又没有技术含量的作品

 

【作品源代码】

import easygui
import codemao




a = 0
while True:
    easygui.msgbox('按下空格拍照', '人脸识别', '我知道了')
    image = codemao.take_photos("space_pressed")
    try:
        image.face_highlight().open_image()
    except TypeError:
        easygui.msgbox('不通过', '人脸识别', '我知道了')
        image.open_image()
        continue
    a += 1
    easygui.msgbox('通过', '人脸识别', '我知道了')

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
复制粘贴复制粘贴

可以鸭,至少比有人直接发模板作品上去好。

 

我也是个python"zha"

点赞0


评论