uncompyle6 translates Python bytecode back into equivalent Python source code.
It enables the possibility to create .py files using the compiled version .pyc.
It can be installed with your package manager.
sudo pip install uncompyle6
We just need to run the package to see it in action.
uncompyle6 get_flag.cpython-38.pyc -o get_flag.py