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.
- Host: GitHub
- URL: https://github.com/nightmarcher/show-me-the-code
- Owner: NightMarcher
- Created: 2018-07-14T23:52:29.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T08:40:38.000Z (about 1 year ago)
- Last Synced: 2025-08-23T18:59:31.944Z (11 months ago)
- Topics: python3, scripts, showmethecode
- Language: HTML
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShowMeTheCodes
Little interesting scripts with Python3, for recording and learning.
## Python Scripts
### 1.activationCode.py
生成指定数量,指定长度的激活码,并判断输入的激活码是否有效(在生成的激活码列表中即为有效)

### 2.addNum2Avatar.py
向头像上添加红色数字

### 3.cardSecurityCode.py
随机生成包含四个大写字母的验证码

### 4.drawFigure.py
绘制图表示例

### 5.image2Ascii.py
图像转字符画

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