{"id":1591,"date":"2023-02-13T14:17:07","date_gmt":"2023-02-13T06:17:07","guid":{"rendered":"http:\/\/zhang.mba\/?p=1591"},"modified":"2023-02-13T14:21:12","modified_gmt":"2023-02-13T06:21:12","slug":"gu-ding-qian-zhuishu-zi-di-zeng-tu-pian-wen-jian-z","status":"publish","type":"post","link":"https:\/\/zhang.mba\/index.php\/2023\/02\/13\/14\/17\/07\/1591\/gu-ding-qian-zhuishu-zi-di-zeng-tu-pian-wen-jian-z\/python\/zhangzhiqi\/","title":{"rendered":"\u56fa\u5b9a\u524d\u7f00+\u6570\u5b57 \u9012\u589e\u56fe\u7247\u6587\u4ef6\u91cd\u547d\u540d"},"content":{"rendered":"<p>\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n<pre class=\"line-numbers\"><code class=\"language-python\"># \/\/  \/Users\/zhangzhiqi\/Library\/Mobile Documents\/M6HJR9W95L~com~textasticapp~textastic\/Documents\/PycharmProjects\/PythonAll\/\u81ea\u5df1\u7684\/Img\u91cd\u547d\u540d\/imageReName.py\n#  \/\/  Copyright (c) 2023.\n#  \/\/  @Time    : 2023\/2\/13   14:1:28\n#  \/\/  @Author : \u5f20\u7a1a\u7426\n#  \/\/  @Address: \u6e56\u5317\u7406\u5de5\u5b66\u9662\u817e\u9f99\u516c\u5bd3 5620\n#  \/\/  @Email   : zhang@zhang.mba \/ zhangzhiqi828@gmail.com \/ zhangzhiqi@lh83.onmicrosoft.com \/ 2272358828@qq.com\n#  \/\/  @File      : imageReName.py\n#  \/\/  @LastModified: 2023\/2\/13 \u4e0b\u53482:08\n#  \/\/  @ProjectName : PythonAll\n#  #-*-coding:utf-8-*-\nimport os\n\ndef get_images(dir):\n    images = []\n    for filename in os.listdir(dir):\n        if filename.endswith('.jpg') or filename.endswith('.png') or filename.endswith('.jpeg'):\n            images.append(filename)\n    return images\n\ndef rename_images(start,images, start_number,end):\n    for i, image in enumerate(images):\n        new_name = start+str(start_number + i).zfill(len(str(start_number + len(images)))) + '.'+end\n        os.rename(os.path.join('images', image), os.path.join('images', new_name))\n\nif __name__ == '__main__':\n    images = get_images('images')\n    start=input(&quot;\u8bf7\u8f93\u5165\u56fa\u5b9a\u524d\u7f00\uff1a&quot;)\n    start_number = int(input(&quot;\u8bf7\u8f93\u5165\u8d77\u59cb\u6570\u5b57\uff1a&quot;))\n    end=input(&quot;\u8bf7\u8f93\u5165\u56fe\u7247\u540e\u7f00(png,jpg\u7b49):&quot;)\n    rename_images(start,images, start_number,end)\n\n<\/code><\/pre>\n<p>\u6548\u679c\u5982\u4e0b\uff1a<br \/>\n<div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='http:\/\/zhang.mba\/wp-content\/uploads\/2023\/02\/16762692594726.jpg'><img class=\"lazyload lazyload-style-2\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  data-original=\"http:\/\/zhang.mba\/wp-content\/uploads\/2023\/02\/16762692594726.jpg\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" \/><\/div><\/p>\n<!--CusAds0-->\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>\u4ee3\u7801\u5982\u4e0b\uff1a # \/\/ \/Users\/zhangzhiqi\/Library\/Mobile Documents\/M6HJR9W95L~com~textasticapp~textastic\/Documents\/PycharmProjects\/PythonAll\/\u81ea\u5df1\u7684\/Img\u91cd\u547d\u540d\/imageReName.py # \/\/ Copyright (c) 2023. # \/\/ @Time : 2023\/2\/13 14:1:28 # \/\/ &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0},"categories":[12],"tags":[],"_links":{"self":[{"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/posts\/1591"}],"collection":[{"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/comments?post=1591"}],"version-history":[{"count":0,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/posts\/1591\/revisions"}],"wp:attachment":[{"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/media?parent=1591"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/categories?post=1591"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zhang.mba\/index.php\/wp-json\/wp\/v2\/tags?post=1591"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}