- Nuitka
- gcc & ccache (Gets installed during first time execution of command)
- Mingw64 [optional]
- MSVC build tools [optional]
pip install nuitka==1.3.8
REM - Method 1
nuitka --module --show-memory --show-progress --nofollow-imports --follow-imports-to=utils,src --output-dir=C:\\Obfuscated_pyd abc.py
REM - METHOD 2
nuitka -- module --no-pyi-file --remove-output --nofollow-imports --output-dir=C:\\Obfuscated_pyd <Path to py file>