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

https://github.com/nightmarcher/show-me-the-code

Little interesting scripts with Python3, for recording and learning.
https://github.com/nightmarcher/show-me-the-code

python3 scripts showmethecode

Last synced: 4 months ago
JSON representation

Little interesting scripts with Python3, for recording and learning.

Awesome Lists containing this project

README

          

# ShowMeTheCodes
Little interesting scripts with Python3, for recording and learning.

## Python Scripts
### 1.activationCode.py
生成指定数量,指定长度的激活码,并判断输入的激活码是否有效(在生成的激活码列表中即为有效)

![activationCode](https://github.com/NightMarcher/ShowMeTheCodes/blob/master/image/activationCode.png?raw=true "activationCode")
### 2.addNum2Avatar.py
向头像上添加红色数字

![markedAvatar](https://github.com/NightMarcher/ShowMeTheCodes/blob/master/image/markedAvatar.jpg?raw=true "markedAvatar")
### 3.cardSecurityCode.py
随机生成包含四个大写字母的验证码

![cardSecurityCode](https://github.com/NightMarcher/ShowMeTheCodes/blob/master/image/cardSecurityCode.jpg?raw=true "cardSecurityCode")
### 4.drawFigure.py
绘制图表示例

![Figure](https://github.com/NightMarcher/ShowMeTheCodes/blob/master/image/Figure.png?raw=true "Figure")
### 5.image2Ascii.py
图像转字符画

![asciiEva](https://github.com/NightMarcher/ShowMeTheCodes/blob/master/image/asciiEva.png?raw=true "asciiEva")

## Others
### 1.markdown.md
Markdown语法示例