PyArmor Deobfuscator is a tool that helps to deobfuscate PyArmor-based obfuscated python scripts.
install uncompyle6:
pip install uncompyle6
~$ ./PyArmorDeobfuscator.py -f [Obfuscated File] -o [Output file]
~$ ./PyArmorDeobfuscator.py -f obfuscatedFile.py -o deobfuscatedFile.py