File tree Expand file tree Collapse file tree 2 files changed +17
-16
lines changed
Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 1+ zhconv == 1.4.1
12psutil == 5.7.2
2- pexpect == 4.8 .0
3+ Faker == 4.4 .0
34googletrans == 3.0.0
5+ aiofiles == 0.5.0
6+ pywin32 == 228
7+ aiohttp == 3.6.2
8+ pandas == 1.1.2
9+ selenium == 3.141.0
10+ pexpect == 4.8.0
411natsort == 7.0.1
5- requests == 2.24.0
12+ PyMySQL == 0.10.1
613urllib3 == 1.25.10
7- dataclasses == 0.6
8- zhconv == 1.4.1
9- pandas == 1.1.0
10- httpx == 0.14.1
11- pip == 20.2.2
12- selenium == 3.141.0
13- PyMySQL == 0.10.0
14- Faker == 4.1.1
15- loguru == 0.5.1
16- aiohttp == 3.6.2
17- aiofiles == 0.5.0
18- beautifulsoup4 == 4.9.1
14+ openpyxl == 3.0.5
15+ requests == 2.24.0
16+ beautifulsoup4 == 4.9.3
17+ dataclasses == 0.7
1918Pillow == 7.2.0
2019pycryptodome == 3.9.8
21- PyJWT == 1.7.1
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- encoding: utf-8 -*-
3+ #
4+ # @Description:
5+ # @PreInstall: Pillow
36# @Author : bajins https://www.bajins.com
47# @File : FileUtil.py
58# @Version: 1.0.0
1316import time
1417import zipfile
1518
16- # Pillow
1719from shutil import copy
1820
21+ # pip install Pillow
1922from PIL import Image
2023
2124from . import StringUtil
You can’t perform that action at this time.
0 commit comments