# pydemo **Repository Path**: TurboWay/pydemo ## Basic Information - **Project Name**: pydemo - **Description**: 记录一些日常用的 python demo - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pydemo 记录一些日常用的 python demo ## list | demo | 功能 | | ------------ | ------------ | | [demo_code.py](https://github.com/TurboWay/pydemo/blob/master/demo_code.py) | 字符编码处理 | | [demo_code_video.py](https://github.com/TurboWay/pydemo/blob/master/demo_code_video.py) | 将视频转换成代码视频 | | [demo_decorator.py](https://github.com/TurboWay/pydemo/blob/master/demo_decorator.py) | 重试、计时装饰器 | | [demo_faker.py](https://github.com/TurboWay/pydemo/blob/master/demo_faker.py) | 生成假数据 | | [demo_importlib.py](https://github.com/TurboWay/pydemo/blob/master/demo_importlib.py) | 动态导入包 | | [demo_jieba.py](https://github.com/TurboWay/pydemo/blob/master/demo_jieba.py) | 结巴分词 | | [demo_multithread.py](https://github.com/TurboWay/pydemo/blob/master/demo_multithread.py) | 多线程并发 | | [demo_pandas_datetable.py](https://github.com/TurboWay/pydemo/blob/master/demo_pandas_datetable.py) | 生成日期表 | | [demo_pandas_excel.py](https://github.com/TurboWay/pydemo/blob/master/demo_pandas_excel.py) | pandas 操作 Excel | | [demo_pil.py](https://github.com/TurboWay/pydemo/blob/master/demo_pil.py) | 图片缩放处理 | | [demo_psutil.py](https://github.com/TurboWay/pydemo/blob/master/demo_psutil.py) | 根据进程名杀死进程 | | [demo_schedule.py](https://github.com/TurboWay/pydemo/blob/master/demo_schedule.py) | 定时执行命令 | | [demo_selenium.py](https://github.com/TurboWay/pydemo/blob/master/demo_selenium.py) | 自动操作 chrome 浏览器 | | [demo_sqlalchemy.py](https://github.com/TurboWay/pydemo/blob/master/demo_sqlalchemy.py) | 执行 sql | | [demo_subprocess.py](https://github.com/TurboWay/pydemo/blob/master/demo_subprocess.py) | 执行 shell | | [demo_useragent_parser.py](https://github.com/TurboWay/pydemo/blob/master/demo_useragent_parser.py) | 解析 user-agent 识别用户端和其它相关信息 | | [demo_weekly.py](https://github.com/TurboWay/pydemo/blob/master/demo_weekly.py) | 下载 科技爱好者周刊 docs 源码, 遍历生成纯资源 md |