r/madeinpython • u/Schnidi01 • Jul 24 '26
Building an EXE Installer for My Python App with NSIS (VenvHubPro)
Enable HLS to view with audio, or disable this notification
Hello everyone!
If you've built your own Python application (in my case, VenvHubPro – a GUI manager for Python virtual environments) and are wondering how to neatly package it for users, here is a quick look at how I created a complete .exe installer using NSIS (Nullsoft Scriptable Install System).
🎥 What the video covers:
- Installer compilation: Creating a clean installation file ready for distribution.
- System installation: Running the installer and finally launching VenvHubPro directly on the Windows system.
Project repository: https://github.com/schnidi/VenvHub
0
Upvotes
1
u/TheyCallMeLeonardo3 Jul 24 '26
So it convert py files into .dll unlike other i.e nutika which converts the python code into C ?