lzllyh库是作者自主研发的一个第三方库,目前功能不多,那我就来讲解一下这个库使用
首先,这是一个半自动的第三方库,内的功能不需要你去编译,就能使用,也可以用来学习
首先是guide模块
from lzllyh import guide guide.guide()
guide模块顾名思义,就是导航的意思,可以查询本库的所有用法
第二个,是name模块
from lzllyh import name name.name()
此模块没啥特别的,就是我给你们留的一段话
第三个,author模块
from lzllyh import author author.author()
此模块是我的自我介绍,有兴趣的可以去看一下
第四个是connecting_points模块
from lzllyh import connecting_points connecting_points.connecting_points()
顾名思义,就是连点器模块,注意:请确保安装PyAutoGUI模块,否则此模块无法运行
第五个是connecting_points_tester模块
from lzllyh import connecting_points_tester connecting_points_tester.connecting_points_tester()
此模块顾名思义,是连点器测试,注意:请确保安装pygame模块,否则无法正常运行!
第六个是重头戏,information_bombardment模块
此模块一共有两个版本,一个是中文版本,另一个是英文版本
# 中文版本 from lzllyh import information_bombardment information_bombardment.information_bombardment_Chinese()
# 英文版本 from lzllyh import information_bombardment information_bombardment.information_bombardment_English()
此模块顾名思义,社交软件信息连发器,注意:请确保已经安装pyperchip,PyAutoGUI模块,否则此模块无法正常运行!
下面是此第三库所需的所有第三方库
pip install PyAutoGUI
pip install pygame
pip install pyperchip
好啦,这就是lzllyh库的所有玩法了,日后会持续更新新玩法,那么介绍就到这里,祝各位看官编程愉快!
感谢阅读24K野生程序员的博客,感谢支持!



