How to recover/extract a Python file from a password-protected ZIP archive without the password?

I have a password-protected (encrypted) ZIP archive containing a Python file (.py). Unfortunately, I do not know or remember the password for this archive.
Is there any way to unlock it, bypass the encryption, or extract the specific file without having the password?
Additional details:
The archive format is .zip
I am running on Windows 11, version 25H2
Any advice, tools, or methods (like known plaintext attacks if applicable) you could recommend would be highly appreciated. Thank you!