• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
logo Online Tools
0 Comments Favorite Copy Link Share

Python Source Code Compile and Decompile Online

TAG python

click or drag file to here

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. 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.
  2. 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.
  3. Pyc Decompile to Python : Upload binary pyc files and decompile them into Python source files.
  4. Download : Download the processing results after compilation or decompilation.