• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
logo Online Tools
6 Comments Favorite Copy Link Share

Python Source Code Compile and Decompile Online

TAG python

click or drag file to here

Related Tools
Python Source Code Compile and Decompile Online-summary

The online python source file compile and decompile tool supports the compilation of python source files to python pyc files, and the decompilation of python pyc files to python source files.

Python Source Code Compile and Decompile Online-instructions
  1. Decompile Pyc files into Python source files. Supported Python versions are 1.0, 1.1, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 .
  2. How to choose pyc decompile engine?
    If the pyc file version > Python 3.8, you can only choose the pycdc decompile engine. The pycdc engine may fail decompile in some cases.
    If the pyc file version is <= Python 3.8, it is recommended to use the uncompyle6 decompile engine.
  3. Compile Python source code files into pyc binary files based on Python version 3.6.12 of py_compile module.
  4. Upload File : Click to upload .py file (Python Compile to Pyc) or .pyc file (Pyc Decompile to Python). The maximum size of the file is 5MB. The file encoding supported by the. .py file is UTF-8.
    This tool only supports uploading files with .py or .pyc extensions.
  5. Python Compile to Pyc : Upload Python source files and compile them into binary pyc files.
    Binary pyc file will be displayed in Base64 format and plain text format. When you click Download, the binary file will be downloaded directly.
  6. Pyc Decompile to Python : Upload binary pyc files and decompile them into Python source files.
  7. Download : Download the processing results after compilation or decompilation.
  8. This tool has a certain frequency limit, please use this tool reasonably. Anonymous user : 1/IP/Minute, Normal user : 1/Minute, VIP : 1/5 second, Senior VIP : 1/5 second.