# uncompyle6 > Decompile Python bytecode (.pyc) back to source — supports Python 1.0 through 3.8 **Category:** [[categories/statically-analyze-code-python|Statically Analyze Code > Python]] | **Tier:** Rich (FOR610) **Docs:** [https://docs.remnux.org/discover-the-tools/statically+analyze+code/python](https://docs.remnux.org/discover-the-tools/statically+analyze+code/python) ## Usage ```bash uncompyle6 uncompyle6 -o output/ ``` ## Related Tools - [[tools/decompyle|Decompyle++]] — Python bytecode disassembler and decompiler. - [[tools/pyinstaller-extractor|pyinstaller-extractor]] — Extract contents of a PyInstaller-generated PE files. - [[tools/pyinstxtractor-ng|pyinstxtractor-ng]] — Extract contents of PyInstaller-generated executables withou #python #decompilation #bytecode