Skip to content

Commit cb70cf1

Browse files
committed
imp: improve the README
1 parent 69d31f6 commit cb70cf1

2 files changed

Lines changed: 42 additions & 2 deletions

File tree

README-zh-cn.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,28 @@
99
- [中文](README-zh-cn.md)
1010
- [English](README.md)
1111

12+
<picture>
13+
<source
14+
media="(prefers-color-scheme: dark)"
15+
srcset="
16+
https://api.star-history.com/svg?repos=pynickle/python-cheatsheet-redefined&type=Date&theme=dark
17+
"
18+
/>
19+
<source
20+
media="(prefers-color-scheme: light)"
21+
srcset="
22+
https://api.star-history.com/svg?repos=pynickle/python-cheatsheet-redefined&type=Date
23+
"
24+
/>
25+
<img
26+
alt="Star History Chart"
27+
src="https://api.star-history.com/svg?repos=pynickle/python-cheatsheet-redefined&type=Date"
28+
/>
29+
</picture>
30+
1231
**注意**:
13-
- **这里的每个代码片段都可以独立运行 (一些需要这个仓库提供的文件)**
32+
- **这里的每个代码片段都可以独立运行**
33+
- **所有代码已在 test_env 工作目录中通过测试**
1434
- **在我的 [网站](https://enc.is-a.dev/python-cheatsheet-redefined) 上享受最佳阅读体验**
1535
- **你可以使用 readme_snatcher.py 来从仓库中下载 README.md (中英文,命令行前缀的有无皆可选择)**
1636

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,29 @@ Fork me on [GitHub](https://github.com/pynickle/python-cheatsheet-redefined).
99
- [中文](README-zh-cn.md)
1010
- [English](README.md)
1111

12+
<picture>
13+
<source
14+
media="(prefers-color-scheme: dark)"
15+
srcset="
16+
https://api.star-history.com/svg?repos=pynickle/python-cheatsheet-redefined&type=Date&theme=dark
17+
"
18+
/>
19+
<source
20+
media="(prefers-color-scheme: light)"
21+
srcset="
22+
https://api.star-history.com/svg?repos=pynickle/python-cheatsheet-redefined&type=Date
23+
"
24+
/>
25+
<img
26+
alt="Star History Chart"
27+
src="https://api.star-history.com/svg?repos=pynickle/python-cheatsheet-redefined&type=Date"
28+
/>
29+
</picture>
30+
1231
**Notes**:
1332

14-
- **Every code snippet here can run independently (some need the files provided by this repo)**
33+
- **Every code snippet here can run independently**
34+
- **All code has passed testing in the test_env working directory**
1535
- **Get the best reading experience on my [website](https://enc.is-a.dev/python-cheatsheet-redefined)**
1636
- **You can use readme_snatcher.py to download README.md from the repository (Chinese or English, with or not with command line prefixes is up to you!)**
1737

0 commit comments

Comments
 (0)