Update SWFChecker.py

This commit is contained in:
idkwhereisthisname 2025-04-20 17:13:33 +02:00 committed by GitHub
parent dd1f369a9d
commit 3ffd182238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ platf = platform
if platf == "linux" or "linux2" or "darwin":
os.system("clear")
elif platf == "win32":
os.system("title SWF Checker v1.1")
os.system("title SWF Checker v2.0")
os.system("cls")
print(f"SWF Version Checker v1.1\nPython {version}")
@ -108,4 +108,4 @@ if flashver is not None:
if w > 700 and h > 500:
print("WARNING: The given SWF might overlap/clip on the Wii.")
else:
print("The SWF should NOT overlap and/or clip on the Wii.")
print("The SWF should NOT overlap and/or clip on the Wii.")