Mirror of 1.4.23 from Lovers Lab

This commit is contained in:
ghostclinic3YTB 2023-04-03 21:48:56 -04:00
parent b501ddfb0f
commit e47a1fc4f0
730 changed files with 646 additions and 182 deletions

View file

@ -0,0 +1,6 @@
import os
for filename in os.listdir("."):
new_filename = filename.replace("Human", "_Human")
os.rename(filename, new_filename)

View file

@ -0,0 +1,9 @@
import os
for filename in os.listdir("."):
new_filename = filename.replace("_Female", "Human_Female")
new_filename = new_filename.replace("_Thin", "Human_Thin")
new_filename = new_filename.replace("_Male", "Human_Male")
new_filename = new_filename.replace("_Fat", "Human_Fat")
new_filename = new_filename.replace("_Hulk", "Human_Hulk")
os.rename(filename, new_filename)

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB