文件名称:leetcode下载-Learning:这是我学到的东西的存储库
文件大小:574KB
文件格式:ZIP
更新时间:2024-07-19 13:38:07
系统开源
leetcode下载 Learning It's the repository of things that I learned... Python branch What I've learned in python [Lil-tool] ascii.py 一个可以把图片转换成简单字符画的小工具,转自实验楼 -使用方法 安装pillow sudo pip3 install pillow 下载图片 example.png 处理 python3 ascii.py example.png LeetCode Practice 对LeetCode算法题的练习 main.py中包含了对每题的测试 题目内容作为注释写在了py文件里 [Mini-Program] Hanabi Python 模拟烟花的小程序 under folder /Hanabi run with python hanabi.py 可以在hanabi.py中更改图片地址,用自己喜欢的图片做背景 Webscraper learning Selenium **注:Selenium其实主要的应用不是scraper,而是Webapp的自动