• 大小: 0.67KB
    文件类型: .py
    金币: 1
    下载: 0 次
    发布日期: 2021-03-03
  • 语言: Python
  • 标签: 图片  

资源简介

需要 pip install sheen

资源截图

代码片段和文件信息

# coding=UTF-8
import pylab as pl
import cv2
import os.path
from sheen import Str
nn = 1
str_name1 = ‘cut‘
str_name3 = ‘.png‘
rootdir = r‘C:\Users\ROCKXU\Desktop\0\91‘
for parent dirnames filenames in os.walk(rootdir):
    for filename in filenames:
        print(‘parent is :‘ + parent)
        print(‘filename is :‘ + filename)

评论

共有 条评论