Skip to content
TrackPodcasts
educationFeb 28, 202616:59pending

Course 25 - API Python Hacking | Episode 7: Building Windows Executables from Python Scripts with PyInstaller

About this episode

In this lesson, you’ll learn about:
  • Converting Python Scripts into Executables
    • Installing and using PyInstaller to package Python code into standalone .exe files
    • Understanding how executables allow programs to run on systems without Python installed
  • Compilation Process with PyInstaller
    • Using the command pip3 install pyinstaller to install the packaging tool
    • Running PyInstaller on a Python script to generate a Windows Portable Executable (PE) file
    • Observing how PyInstaller bundles dependencies automatically
  • Understanding the Output Structure
    • Locating the compiled executable inside the dist folder
    • Recognizing supporting files and directories generated during compilation
    • Identifying the final executable ready for deployment
  • Deployment and Distribution
    • Packaging the compiled executable into a ZIP archive for sharing
    • Uploading compiled tools to GitHub as part of a professional portfolio
    • Distributing tools to systems without requiring Python installation
  • Key Outcome
    • The ability to convert Python-based security tools into portable Windows executables for real-world deployment and professional use.


You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy

Get every episode summarized

Each time CyberCode Academy publishes, we email you a written briefing from the transcript — the topics, who appeared, and any specific claims, with the ad reads skipped.

Email me new episodes

Free for 3 shows. No card needed.

Hosts & guests

No transcript yet

This episode has not been transcribed. Request it and it moves to the front of the queue.

Course 25 - API Python Hacking | Episode 7: Building Windows Executables from Python Scripts with PyInstaller

CyberCode Academy

0:00
16:59

More episodes

More from CyberCode Academy

View all episodes →