extract-number 提取一个文件夹中所有文件名中的手机号码 1.下载项目 2.建立一个虚拟环境 3.安装库 `pip install -r requirement` 4. 使用pyinstaller打包项目 `pyinstaller -F -w -i b.ico 号码提取.py`