PSH مشاريع
Open in Telegram
بخ 👀
Show moreThe country is not specifiedThe category is not specified
640
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
640
import uncompyle6
with open('file.pyc', 'rb','py') as infile, open('file.py', 'w') as outfile:
uncompyle6.decompile(infile, outfile)
