An open API service indexing awesome lists of open source software.

https://github.com/librauee/trick

🍺用Python解决一些日常生活中的问题,每个demo代码量都不大,但有其一定实用价值,也可以当作编程实战来练习
https://github.com/librauee/trick

Last synced: about 1 year ago
JSON representation

🍺用Python解决一些日常生活中的问题,每个demo代码量都不大,但有其一定实用价值,也可以当作编程实战来练习

Awesome Lists containing this project

README

          

![Github stars](https://img.shields.io/github/stars/librauee/Trick.svg)
![Github stars](https://img.shields.io/github/forks/librauee/Trick.svg)

# Trick

* **Language** : Python3
* **Content** : 用Python解决一些日常生活中的问题,每个demo代码量都不大,但有其一定实用价值,也可以当作编程实战来练习
* **Notice** : 欢迎关注我的微信公众号[![follow](https://img.shields.io/badge/老肥-码码码-brightgreen.svg)](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzkyMTAwMjQ4NA==&scene=124#wechat_redirect),与我一起成长~
* 内含大量Python学习资源,电子书,视频,扫码关注即可

## Mask

* 调用旷视科技API,给图片中的人物自动戴口罩

![pic](https://github.com/librauee/Trick/blob/master/mask/a.jpg)

[详细介绍](https://mp.weixin.qq.com/s/pUNy-CbMsZqf08-SDDtt1Q)

## GitHub年度总结

* 爬取GitHub的代码提交数据,制作自己的年度总结报告

![pic](https://github.com/librauee/Trick/blob/master/github_annual_report/a.png)

[详细介绍](https://mp.weixin.qq.com/s/X4G8EUZHLQTi_eRrqN9PwA)

## 2020flag

* 简单的图像处理,合成多张图片生成gif

![520照片墙](https://github.com/librauee/Trick/blob/master/2020flag/a.gif)

[详细介绍](https://mp.weixin.qq.com/s/wLs1sFCnz2VbT4xsroqJbw)

## Picture Wall

* 以脆皮鹦鹉图片为材料,把图片拼接成各种形状,如“520”、“💗”
* 通过修改tmp文件可以更改照片墙形式
![520照片墙](https://github.com/librauee/Trick/blob/master/520picture/picturewall520.png)

![爱心照片墙](https://github.com/librauee/Trick/blob/master/520picture/picturewall.png)

* [详细介绍](https://mp.weixin.qq.com/s/pjPkq1C73z79cFAnzmoYKg)

## National Flag

* 喜迎国庆,给自己的社交账号的头像加上国旗

![国旗](https://github.com/librauee/Trick/blob/master/national_flag_head/new_head.jpg)

## Similarity

* 计算图片相似度的简单方法
* [详细介绍](https://mp.weixin.qq.com/s/8zbrLKhbn-ktzV-qDDEBIA)

## ID_identify

* 简单的身份证校验
* [详细介绍](https://mp.weixin.qq.com/s/7L8zcPLcWf0lNZGMZZrw6w)

## Auto_read

* 自动化工具解决浏览学习问题

![登录界面](https://github.com/librauee/Trick/blob/master/auto_read/login.png)

* [详细介绍](https://mp.weixin.qq.com/s/C8OtX5AfC7mbQY_h9JvodA)