Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Mar 24, 2022
1 parent 21649b8 commit 706fa38
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ game_client.execute(random.choice(list(all_supports.values())))
- [CodeFree](https://github.com/CharlesPikachu/codefree): Make no code a reality.
- [DeepLearningToys](https://github.com/CharlesPikachu/deeplearningtoys): Some deep learning toys implemented in pytorch.
- [DataAnalysis](https://github.com/CharlesPikachu/dataanalysis): Some data analysis projects in charles_pikachu.
- [Imagedl](https://github.com/CharlesPikachu/imagedl): Search and download images from specific websites.


# Citation
Expand Down
6 changes: 3 additions & 3 deletions cpgames/cpgames.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def getallsupported(self):
for key, value in self.supported_games.items():
all_supports[value.game_type] = key
return all_supports
'''repr'''
def __repr__(self):
return 'Python小游戏合集; 作者: Charles; 微信公众号: Charles的皮卡丘'
'''str'''
def __str__(self):
return 'Welcome to use CPGames!\nYou can visit https://github.com/CharlesPikachu/Games for more details.'


'''run'''
Expand Down
31 changes: 31 additions & 0 deletions docs/RelatedProjects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 相关项目

- [Python制作小游戏](https://github.com/CharlesPikachu/Games)

- [Python模拟登录系列](https://github.com/CharlesPikachu/DecryptLogin)

- [Python制作音乐下载器](https://github.com/CharlesPikachu/musicdl)

- [Python制作视频下载器](https://github.com/CharlesPikachu/videodl)

- [Python制作的一些实用工具](https://github.com/CharlesPikachu/pytools)

- [Python玩转微信](https://github.com/CharlesPikachu/pikachuwechat)

- [Python美化图片或视频](https://github.com/CharlesPikachu/pydrawing)

- [Python实现图像压缩算法](https://github.com/CharlesPikachu/imagecompressor)

- [Python制作免费代理工具](https://github.com/CharlesPikachu/freeproxy)

- [Python制作论文下载器](https://github.com/CharlesPikachu/paperdl)

- [Python实现终端看中华人民共和国国务院新闻办公室](https://github.com/CharlesPikachu/sciogovterminal)

- [Python实现代码自由](https://github.com/CharlesPikachu/codefree)

- [Python写的一些深度学习小案例](https://github.com/CharlesPikachu/deeplearningtoys)

- [Python数据分析相关的小项目](https://github.com/CharlesPikachu/dataanalysis)

- [Python制作图片下载器](https://github.com/CharlesPikachu/imagedl)
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ CPGames中文文档
Install.md
Quickstart.md
Changelog.md
RelatedProjects.md
Author.md

0 comments on commit 706fa38

Please sign in to comment.