[ đŸ›ïž new / đŸ–ïž lounge / đŸ§» ] [ 🔎 / 🔑 ] [ 🏠 Home ]

/lounge/ - Lounge

Ultimate Manchildren's Playpen
Name
Option
Subject
Comment
Flag
File
YouTube
Password (For file deletion.)


File: 1779079830990.png 217.53 KB, 435x567, junkogirl189176178.png

 No.111241

She probably deserved it.
>b-but no one deserves that kind of treatment!
She was probably a bitch

 No.111242

>>>/new/11293
>>>/new/11295

also you already made/stole this edgy thread from pol

 No.111243

>>111241
you hate women because you know you'll never be one

 No.111244

>>111242
motherfucker this picture is a result of your python script that I've already run

 No.111245

File: 1779081154831.png 25.79 KB, 1099x713, compressed.png

>>111244
nope you're full of shit as always, i just converted your image with the script and it makes a 21kb jpeg

 No.111246

File: 1779081418762.jpg 38.85 KB, 580x562, junkogirl189176178.jpg

>>111245
Don't know what to tell you. The script changed 2k photos from png to jpg but left some as png's for some reason. Also you're extremely autistic for butting into every thread and demanding I use your shitty program that doesn't even move mp4's and webm's automatically.

Just to piss you off, I've saved picrel as a jpg despite the fact it has simple colors.

 No.111248

File: 1779082009257-0.jpg 24.94 KB, 472x450, 1745125823195w.jpg

File: 1779082009257-1.jpg 5.4 KB, 188x193, npc3478623.jpg

File: 1779082009257-2.jpg 8.87 KB, 260x344, itsOver959529.jpg

>>111242
Here's some examples of your STUPID fucking program turning the most fucking basic images into jpg's DESPITE the fact that you're meme claims that jpg is reserved for complex colors.

Go fuck yourself and leave me alone. If there's any mods reading this, please delete mine and the jpeg autists posts/argument so that my fucking thread can stand on it's own without being derailed.

 No.111249

Tell us what happen

 No.111250

>>111246
remove the old PNGs that already have JPGs with this python script, name it "move_pngs.py", and run it with "py C:\path\to\move_pngs.py"
import shutil
from pathlib import Path

def main():
	print("This script moves all PNGs with equivalently-named JPGs to a subfolder called `trash`.")
	while True:
		user_input = input("Enter directory path (or 'q' to exit): ").strip()
		if user_input.lower() == 'q':
			print("Exiting.")
			break

		target_dir = Path(user_input)
		if not target_dir.exists():
			print("Error: Path does not exist. Please try again.\n")
			continue
		if not target_dir.is_dir():
			print("Error: Path is not a directory. Please try again.\n")
			continue

		trash_dir = target_dir / "trash"
		trash_dir.mkdir(exist_ok=True)  # create trash folder if missing

		# Scan for PNG files (case‑insensitive)
		png_files = [f for f in target_dir.iterdir() if f.suffix.lower() == '.png' and f.is_file()]
		if not png_files:
			print("No PNG files found in the directory.\n")
			continue

		moved_count = 0
		for png_path in png_files:
			stem = png_path.stem  # filename without extension
			# Check for JPG counterpart (case‑insensitive extension)
			jpg_candidates = list(target_dir.glob(f"{stem}.[jJ][pP][gG]"))
			if not jpg_candidates:
				continue  # no matching JPG, skip

			# Destination inside trash
			dest = trash_dir / png_path.name
			if dest.exists():
				print(f"Warning: {dest} already exists, skipping {png_path.name}")
				continue

			shutil.move(str(png_path), str(dest))
			print(f"Moved: {png_path.name} -> trash/")
			moved_count += 1

		print(f"Done. Moved {moved_count} PNG file(s).\n")

if __name__ == "__main__":
	main()


>demanding I use your shitty program

it's called a script numbnuts

 No.111251

>>111250
Hey that's great can you delete your posts now so that there can be an organic Junko Furuta thread on /lounge/?

 No.111252

>>111249
The story goes that in the late 80's there was this real life anime girl named Junko Furuta skipping home and loving life. 3 random teenagers came and kidnapped her, they threw her into their basement and proceeded to do comically evil torture to her like shoving dumbells??? into her ass and then dropping the now poopy dumbells onto her belly???? They did shit like burn her fingernails/hair with a lighter, poked her eyes with needles, raped her for hours, broke her bones one by one, starved her. (You can just make up fucking anything for this story because of how exaggerated it is.

Basically what I'm saying is that it never happened but she deserved it.

 No.111259

>>111250
lechatgptface.wmv



[Return] [Catalog] [Top][Post a Reply]
Delete Post [ ]