mirror of
https://gitgud.io/ll.mirrors/sizedapparel.git
synced 2024-08-15 00:43:40 +00:00
Mirror of 1.4.25 from Lovers Lab
This commit is contained in:
parent
e47a1fc4f0
commit
442ebc1679
767 changed files with 311 additions and 914 deletions
Binary file not shown.
|
|
@ -0,0 +1,9 @@
|
|||
import os
|
||||
|
||||
for filename in os.listdir("."):
|
||||
new_filename = filename.replace("_female", "_Female")
|
||||
new_filename = new_filename.replace("_thin", "_Thin")
|
||||
new_filename = new_filename.replace("_male", "_Male")
|
||||
new_filename = new_filename.replace("_fat", "_Fat")
|
||||
new_filename = new_filename.replace("_hulk", "_Hulk")
|
||||
os.rename(filename, new_filename)
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue