1 tool install
$? pip install uncompyle
2 use
$? uncompyle6 --help? # 查看幫助
$? uncompyle6 models.pyc > models.py
$ uncompyle6 -ro /home/tmp /home/xxxxx? # 遞歸
1 tool install
$? pip install uncompyle
2 use
$? uncompyle6 --help? # 查看幫助
$? uncompyle6 models.pyc > models.py
$ uncompyle6 -ro /home/tmp /home/xxxxx? # 遞歸