All Projects → yodhcn → Doujin_voice_renamer

yodhcn / Doujin_voice_renamer

依据 RJ 号从 dlsite 爬取 “标题” 和 “社团” 等信息 ,可以按照自定义模板对文件夹批量格式化命名

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Doujin voice renamer

ttkbootstrap
A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
Stars: ✭ 512 (+1869.23%)
Mutual labels:  tkinter
EncrypC
🔑 File Encryption Application using Python.
Stars: ✭ 14 (-46.15%)
Mutual labels:  tkinter
Appjar
Simple Tkinter GUIs in Python
Stars: ✭ 565 (+2073.08%)
Mutual labels:  tkinter
vALGO
vALGO helps students to visualize various traversal and operations performed on data structure through amazing animations.
Stars: ✭ 28 (+7.69%)
Mutual labels:  tkinter
self-driving-car-simulator
The core technology behind Self Driving Cars today.
Stars: ✭ 17 (-34.62%)
Mutual labels:  tkinter
Python-Media-Player
Simple Music Player Written in Python And Tkinter
Stars: ✭ 40 (+53.85%)
Mutual labels:  tkinter
pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
Stars: ✭ 26 (+0%)
Mutual labels:  tkinter
Chronophore
Desktop app for tracking student sign-ins in a tutoring center.
Stars: ✭ 6 (-76.92%)
Mutual labels:  tkinter
PersonalAssistantChatbot
It is a personal assistant chatbot, capable to perform many tasks same as Google Assistant plus more extra features...
Stars: ✭ 79 (+203.85%)
Mutual labels:  tkinter
Pandastable
Table analysis in Tkinter using pandas DataFrames.
Stars: ✭ 376 (+1346.15%)
Mutual labels:  tkinter
python-gui-demos
This repo contains the basic demonstration of python gui
Stars: ✭ 31 (+19.23%)
Mutual labels:  tkinter
YouTube-Tutorials--Italian
📂 Source Code for (some of) the Programming Tutorials from my Italian YouTube Channel and website ProgrammareInPython.it. This is just a small portion of the content: please visit the website for more.
Stars: ✭ 28 (+7.69%)
Mutual labels:  tkinter
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+79253.85%)
Mutual labels:  tkinter
CustomTkinter
A modern and customizable python UI-library based on Tkinter
Stars: ✭ 1,626 (+6153.85%)
Mutual labels:  tkinter
Infospider
INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源中国博客、简书。
Stars: ✭ 5,984 (+22915.38%)
Mutual labels:  tkinter
tktable
Wrapper library for Python of the homonymous Tk library.
Stars: ✭ 37 (+42.31%)
Mutual labels:  tkinter
Tkalc
Basic calculator using Tkinter GUI
Stars: ✭ 17 (-34.62%)
Mutual labels:  tkinter
Cryptoapp
加密解密工具箱GUI程序,支持Windows和linux系统。
Stars: ✭ 24 (-7.69%)
Mutual labels:  tkinter
Yedda
YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
Stars: ✭ 704 (+2607.69%)
Mutual labels:  tkinter
Perceptron
A flexible artificial neural network builder to analyse performance, and optimise the best model.
Stars: ✭ 370 (+1323.08%)
Mutual labels:  tkinter

Doujin_Voice_Renamer

使用说明:

关键字:"circle", "workno", "title" 和 "cv", 模板中的这四个关键字将会被程序替换

默认模板: "template": "workno [circle] title (cv)"

自定义模板: 请修改 "config.json" 中的 "template"

例如:"template": "[circle] title (workno)"

重命名前:RJ149268 哀しみのイき人形

重命名后:[Hypnotic_Yanh] 哀しみのイき人形《催眠音声・男女版同梱》 (RJ149268)

自定义替换规则: 请修改 "config.json" 中的 "replace_rules", 例如

"replace_rules": [
    {
      "from": ":",
      "to": ":"
    },
    {
      "from": "?",
      "to": "?"
    },
    {
      "from": "/",
      "to": "/"
    },
    {
      "from": "\"",
      "to": """
    }
  ],

注意:

  1. config.json 文件使用 UTF-8 编码, 请不要用 Windows 系统自带的记事本进行编辑,推荐使用专业的文本编辑器,例如: Notepad3, Notepad++, vscode Notepad3
  2. 如需在自定义模板包含 "(cv)", 请将其放在模板字符串的末尾
  • 正确的例子: "template": "workno [circle] title (cv)"
  • 错误的例子: "template": "workno [circle] (cv) title" 这可能会导致在重命名后,文件夹名称中出现多余的空格

示例图片

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].